Shades of Neon Blue #5864FE
Tints of Neon Blue #5864FE
RGB
CMYK
RGB Variations
Color information
#5864FE (or 0x5864FE) is known color: Neon Blue. HEX triplet: 58, 64 and FE. RGB value is (88,100,254). Sum of RGB (Red+Green+Blue) = 88+100+254=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #5864FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5864FE is #A79B01. Grayscale: #717171. Windows color (decimal): -10984194 or 16671832. OLE color: 16671832.
HSL color Cylindrical-coordinate representation of color #5864FE: hue angle of 235.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5864FE is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 100 | 254 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.00 |
| HSL | 235.66º | 0.99% | 0.67% | - |
| HSV(B) | 235.66º | 0.65% | 1% | - |
| XYZ | 26.47 | 18.34 | 95.91 | - |
| YUV | 113.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 254 | 0.65 | 0.61 | 0 | 0.00 | 235.66 | 0.99 | 0.67 |
| Hex | 58 | 64 | FE | 41 | 3D | 0 | 0 | EC | 63 | 43 |
| Octal | 130 | 144 | 376 | 101 | 75 | 0 | 0 | 354 | 143 | 103 |
| Binary | 1011000 | 1100100 | 11111110 | 1000001 | 111101 | 0 | 0 | 11101100 | 1100011 | 1000011 |
Color Harmonies of #5864FE
Complementary color
Monochromatic Colors of #5864FE
Black with #5864FE
Text Example
Text Example
White with #5864FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5864FE; }
p { color: rgb(88,100,254); }
H1.HeaderClassName
{
color: #5864FE;
}
.AnyTagClassName
{
color: #5864FE;
}
</style>
background-color css
<style>
a { background-color: #5864FE; }
a { background-color: rgb(88,100,254); }
div.DivClassName
{
background-color: #5864FE;
}
.BgClassName
{
background-color: #5864FE;
}
</style>
border-color css
<style>
span { border-color: #5864FE; }
span { border-color: rgb(88,100,254); }
td.TdClassName
{
border-color: #5864FE;
}
.TagClassName
{
border-color: #5864FE;
}
</style>