Shades of Neon Blue #5256E8
Tints of Neon Blue #5256E8
RGB
CMYK
RGB Variations
Color information
#5256E8 (or 0x5256E8) is known color: Neon Blue. HEX triplet: 52, 56 and E8. RGB value is (82,86,232). Sum of RGB (Red+Green+Blue) = 82+86+232=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 232 (91.02% from 255 or 58% from 400); Max value from RGB is 232 - color contains mainly: blue. Hex color #5256E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5256E8 is #ADA917. Grayscale: #646464. Windows color (decimal): -11381016 or 15226450. OLE color: 15226450.
HSL color Cylindrical-coordinate representation of color #5256E8: hue angle of 238.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5256E8 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 86 | 232 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.09 |
| HSL | 238.4º | 0.77% | 0.62% | - |
| HSV(B) | 238.4º | 0.65% | 0.91% | - |
| XYZ | 21.37 | 14.28 | 77.97 | - |
| YUV | 101.45 | 201.67 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 232 | 0.65 | 0.63 | 0 | 0.09 | 238.4 | 0.77 | 0.62 |
| Hex | 52 | 56 | E8 | 41 | 3F | 0 | 9 | EE | 4D | 3E |
| Octal | 122 | 126 | 350 | 101 | 77 | 0 | 11 | 356 | 115 | 76 |
| Binary | 1010010 | 1010110 | 11101000 | 1000001 | 111111 | 0 | 1001 | 11101110 | 1001101 | 111110 |
Color Harmonies of #5256E8
Complementary color
Monochromatic Colors of #5256E8
Black with #5256E8
Text Example
Text Example
White with #5256E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256E8; }
p { color: rgb(82,86,232); }
H1.HeaderClassName
{
color: #5256E8;
}
.AnyTagClassName
{
color: #5256E8;
}
</style>
background-color css
<style>
a { background-color: #5256E8; }
a { background-color: rgb(82,86,232); }
div.DivClassName
{
background-color: #5256E8;
}
.BgClassName
{
background-color: #5256E8;
}
</style>
border-color css
<style>
span { border-color: #5256E8; }
span { border-color: rgb(82,86,232); }
td.TdClassName
{
border-color: #5256E8;
}
.TagClassName
{
border-color: #5256E8;
}
</style>