Shades of Neon Blue #5866FE
Tints of Neon Blue #5866FE
RGB
CMYK
RGB Variations
Color information
#5866FE (or 0x5866FE) is known color: Neon Blue. HEX triplet: 58, 66 and FE. RGB value is (88,102,254). Sum of RGB (Red+Green+Blue) = 88+102+254=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #5866FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5866FE is #A79901. Grayscale: #727272. Windows color (decimal): -10983682 or 16672344. OLE color: 16672344.
HSL color Cylindrical-coordinate representation of color #5866FE: hue angle of 234.94º 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 #5866FE is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 102 | 254 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.00 |
| HSL | 234.94º | 0.99% | 0.67% | - |
| HSV(B) | 234.94º | 0.65% | 1% | - |
| XYZ | 26.67 | 18.73 | 95.98 | - |
| YUV | 115.14 | 206.36 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 254 | 0.65 | 0.60 | 0 | 0.00 | 234.94 | 0.99 | 0.67 |
| Hex | 58 | 66 | FE | 41 | 3C | 0 | 0 | EB | 63 | 43 |
| Octal | 130 | 146 | 376 | 101 | 74 | 0 | 0 | 353 | 143 | 103 |
| Binary | 1011000 | 1100110 | 11111110 | 1000001 | 111100 | 0 | 0 | 11101011 | 1100011 | 1000011 |
Color Harmonies of #5866FE
Complementary color
Monochromatic Colors of #5866FE
Black with #5866FE
Text Example
Text Example
White with #5866FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5866FE; }
p { color: rgb(88,102,254); }
H1.HeaderClassName
{
color: #5866FE;
}
.AnyTagClassName
{
color: #5866FE;
}
</style>
background-color css
<style>
a { background-color: #5866FE; }
a { background-color: rgb(88,102,254); }
div.DivClassName
{
background-color: #5866FE;
}
.BgClassName
{
background-color: #5866FE;
}
</style>
border-color css
<style>
span { border-color: #5866FE; }
span { border-color: rgb(88,102,254); }
td.TdClassName
{
border-color: #5866FE;
}
.TagClassName
{
border-color: #5866FE;
}
</style>