Shades of Neon Blue #5866FD
Tints of Neon Blue #5866FD
RGB
CMYK
RGB Variations
Color information
#5866FD (or 0x5866FD) is known color: Neon Blue. HEX triplet: 58, 66 and FD. RGB value is (88,102,253). Sum of RGB (Red+Green+Blue) = 88+102+253=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #5866FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5866FD is #A79902. Grayscale: #727272. Windows color (decimal): -10983683 or 16606808. OLE color: 16606808.
HSL color Cylindrical-coordinate representation of color #5866FD: hue angle of 234.91º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5866FD is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 102 | 253 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.01 |
| HSL | 234.91º | 0.98% | 0.67% | - |
| HSV(B) | 234.91º | 0.65% | 0.99% | - |
| XYZ | 26.51 | 18.67 | 95.14 | - |
| YUV | 115.03 | 205.86 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 253 | 0.65 | 0.60 | 0 | 0.01 | 234.91 | 0.98 | 0.67 |
| Hex | 58 | 66 | FD | 41 | 3C | 0 | 1 | EB | 62 | 43 |
| Octal | 130 | 146 | 375 | 101 | 74 | 0 | 1 | 353 | 142 | 103 |
| Binary | 1011000 | 1100110 | 11111101 | 1000001 | 111100 | 0 | 1 | 11101011 | 1100010 | 1000011 |
Color Harmonies of #5866FD
Complementary color
Monochromatic Colors of #5866FD
Black with #5866FD
Text Example
Text Example
White with #5866FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5866FD; }
p { color: rgb(88,102,253); }
H1.HeaderClassName
{
color: #5866FD;
}
.AnyTagClassName
{
color: #5866FD;
}
</style>
background-color css
<style>
a { background-color: #5866FD; }
a { background-color: rgb(88,102,253); }
div.DivClassName
{
background-color: #5866FD;
}
.BgClassName
{
background-color: #5866FD;
}
</style>
border-color css
<style>
span { border-color: #5866FD; }
span { border-color: rgb(88,102,253); }
td.TdClassName
{
border-color: #5866FD;
}
.TagClassName
{
border-color: #5866FD;
}
</style>