So for this what I am trying to do is-
result = ((float_t)0x3F4040A3);
NRF_LOG_INFO("My float number" NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(result));
But this is giving me result to be as 1061175459.00 rather than 0.750986.
So for this conversion reference I am using online float to hex converter.