Shades of Neon Blue #5240FB
Tints of Neon Blue #5240FB
RGB
CMYK
RGB Variations
Color information
#5240FB (or 0x5240FB) is known color: Neon Blue. HEX triplet: 52, 40 and FB. RGB value is (82,64,251). Sum of RGB (Red+Green+Blue) = 82+64+251=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #5240FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5240FB is #ADBF04. Grayscale: #595959. Windows color (decimal): -11386629 or 16466002. OLE color: 16466002.
HSL color Cylindrical-coordinate representation of color #5240FB: hue angle of 245.78º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5240FB is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 64 | 251 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.02 |
| HSL | 245.78º | 0.96% | 0.62% | - |
| HSV(B) | 245.78º | 0.75% | 0.98% | - |
| XYZ | 22.73 | 12.43 | 92.47 | - |
| YUV | 90.7 | 218.46 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 64 | 251 | 0.67 | 0.75 | 0 | 0.02 | 245.78 | 0.96 | 0.62 |
| Hex | 52 | 40 | FB | 43 | 4B | 0 | 2 | F6 | 60 | 3E |
| Octal | 122 | 100 | 373 | 103 | 113 | 0 | 2 | 366 | 140 | 76 |
| Binary | 1010010 | 1000000 | 11111011 | 1000011 | 1001011 | 0 | 10 | 11110110 | 1100000 | 111110 |
Color Harmonies of #5240FB
Complementary color
Monochromatic Colors of #5240FB
Black with #5240FB
Text Example
Text Example
White with #5240FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5240FB; }
p { color: rgb(82,64,251); }
H1.HeaderClassName
{
color: #5240FB;
}
.AnyTagClassName
{
color: #5240FB;
}
</style>
background-color css
<style>
a { background-color: #5240FB; }
a { background-color: rgb(82,64,251); }
div.DivClassName
{
background-color: #5240FB;
}
.BgClassName
{
background-color: #5240FB;
}
</style>
border-color css
<style>
span { border-color: #5240FB; }
span { border-color: rgb(82,64,251); }
td.TdClassName
{
border-color: #5240FB;
}
.TagClassName
{
border-color: #5240FB;
}
</style>