Shades of Neon Blue #5F66FF
Tints of Neon Blue #5F66FF
RGB
CMYK
RGB Variations
Color information
#5F66FF (or 0x5F66FF) is known color: Neon Blue. HEX triplet: 5F, 66 and FF. RGB value is (95,102,255). Sum of RGB (Red+Green+Blue) = 95+102+255=452 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.02% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F66FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F66FF is #A09900. Grayscale: #747474. Windows color (decimal): -10524929 or 16737887. OLE color: 16737887.
HSL color Cylindrical-coordinate representation of color #5F66FF: hue angle of 237.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F66FF is Cyan = 0.63, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 102 | 255 | - |
| CMYK | 0.63 | 0.6 | 0 | 0 |
| HSL | 237.38º | 1% | 0.69% | - |
| HSV(B) | 237.38º | 0.63% | 1% | - |
| XYZ | 27.52 | 19.16 | 96.85 | - |
| YUV | 117.35 | 205.68 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 255 | 0.63 | 0.6 | 0 | 0 | 237.38 | 1 | 0.69 |
| Hex | 5F | 66 | FF | 3F | 3C | 0 | 0 | ED | 64 | 45 |
| Octal | 137 | 146 | 377 | 77 | 74 | 0 | 0 | 355 | 144 | 105 |
| Binary | 1011111 | 1100110 | 11111111 | 111111 | 111100 | 0 | 0 | 11101101 | 1100100 | 1000101 |
Color Harmonies of #5F66FF
Complementary color
Monochromatic Colors of #5F66FF
Black with #5F66FF
Text Example
Text Example
White with #5F66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F66FF; }
p { color: rgb(95,102,255); }
H1.HeaderClassName
{
color: #5F66FF;
}
.AnyTagClassName
{
color: #5F66FF;
}
</style>
background-color css
<style>
a { background-color: #5F66FF; }
a { background-color: rgb(95,102,255); }
div.DivClassName
{
background-color: #5F66FF;
}
.BgClassName
{
background-color: #5F66FF;
}
</style>
border-color css
<style>
span { border-color: #5F66FF; }
span { border-color: rgb(95,102,255); }
td.TdClassName
{
border-color: #5F66FF;
}
.TagClassName
{
border-color: #5F66FF;
}
</style>