How to measure led volts whit analogread()

Thanks
but thats not the issue

const int PinBlueLed=9;
const int PinWhiteLed=10;
const int PinFanLED= 6;
const int sensorPin = A0;
float sensorValue = 0; // variable to store the value coming from the sensor