Shades of Neon Blue #5F6EFF
Tints of Neon Blue #5F6EFF
RGB
CMYK
RGB Variations
Color information
#5F6EFF (or 0x5F6EFF) is known color: Neon Blue. HEX triplet: 5F, 6E and FF. RGB value is (95,110,255). Sum of RGB (Red+Green+Blue) = 95+110+255=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F6EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F6EFF is #A09100. Grayscale: #797979. Windows color (decimal): -10522881 or 16739935. OLE color: 16739935.
HSL color Cylindrical-coordinate representation of color #5F6EFF: hue angle of 234.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 #5F6EFF is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 110 | 255 | - |
| CMYK | 0.63 | 0.57 | 0 | 0 |
| HSL | 234.38º | 1% | 0.69% | - |
| HSV(B) | 234.38º | 0.63% | 1% | - |
| XYZ | 28.35 | 20.8 | 97.13 | - |
| YUV | 122.05 | 203.03 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 110 | 255 | 0.63 | 0.57 | 0 | 0 | 234.38 | 1 | 0.69 |
| Hex | 5F | 6E | FF | 3F | 39 | 0 | 0 | EA | 64 | 45 |
| Octal | 137 | 156 | 377 | 77 | 71 | 0 | 0 | 352 | 144 | 105 |
| Binary | 1011111 | 1101110 | 11111111 | 111111 | 111001 | 0 | 0 | 11101010 | 1100100 | 1000101 |
Color Harmonies of #5F6EFF
Complementary color
Monochromatic Colors of #5F6EFF
Black with #5F6EFF
Text Example
Text Example
White with #5F6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6EFF; }
p { color: rgb(95,110,255); }
H1.HeaderClassName
{
color: #5F6EFF;
}
.AnyTagClassName
{
color: #5F6EFF;
}
</style>
background-color css
<style>
a { background-color: #5F6EFF; }
a { background-color: rgb(95,110,255); }
div.DivClassName
{
background-color: #5F6EFF;
}
.BgClassName
{
background-color: #5F6EFF;
}
</style>
border-color css
<style>
span { border-color: #5F6EFF; }
span { border-color: rgb(95,110,255); }
td.TdClassName
{
border-color: #5F6EFF;
}
.TagClassName
{
border-color: #5F6EFF;
}
</style>