Shades of Neon Blue #5239FB
Tints of Neon Blue #5239FB
RGB
CMYK
RGB Variations
Color information
#5239FB (or 0x5239FB) is known color: Neon Blue. HEX triplet: 52, 39 and FB. RGB value is (82,57,251). Sum of RGB (Red+Green+Blue) = 82+57+251=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #5239FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5239FB is #ADC604. Grayscale: #555555. Windows color (decimal): -11388421 or 16464210. OLE color: 16464210.
HSL color Cylindrical-coordinate representation of color #5239FB: hue angle of 247.73º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5239FB is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 57 | 251 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.02 |
| HSL | 247.73º | 0.96% | 0.6% | - |
| HSV(B) | 247.73º | 0.77% | 0.98% | - |
| XYZ | 22.36 | 11.69 | 92.34 | - |
| YUV | 86.59 | 220.78 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 251 | 0.67 | 0.77 | 0 | 0.02 | 247.73 | 0.96 | 0.6 |
| Hex | 52 | 39 | FB | 43 | 4D | 0 | 2 | F8 | 60 | 3C |
| Octal | 122 | 71 | 373 | 103 | 115 | 0 | 2 | 370 | 140 | 74 |
| Binary | 1010010 | 111001 | 11111011 | 1000011 | 1001101 | 0 | 10 | 11111000 | 1100000 | 111100 |
Color Harmonies of #5239FB
Complementary color
Monochromatic Colors of #5239FB
Black with #5239FB
Text Example
Text Example
White with #5239FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5239FB; }
p { color: rgb(82,57,251); }
H1.HeaderClassName
{
color: #5239FB;
}
.AnyTagClassName
{
color: #5239FB;
}
</style>
background-color css
<style>
a { background-color: #5239FB; }
a { background-color: rgb(82,57,251); }
div.DivClassName
{
background-color: #5239FB;
}
.BgClassName
{
background-color: #5239FB;
}
</style>
border-color css
<style>
span { border-color: #5239FB; }
span { border-color: rgb(82,57,251); }
td.TdClassName
{
border-color: #5239FB;
}
.TagClassName
{
border-color: #5239FB;
}
</style>