Shades of Neon Blue #5F5FFE
Tints of Neon Blue #5F5FFE
RGB
CMYK
RGB Variations
Color information
#5F5FFE (or 0x5F5FFE) is known color: Neon Blue. HEX triplet: 5F, 5F and FE. RGB value is (95,95,254). Sum of RGB (Red+Green+Blue) = 95+95+254=444 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.40% from 444); Green value is 95 (37.5% from 255 or 21.40% 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 #5F5FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5FFE is #A0A001. Grayscale: #707070. Windows color (decimal): -10526722 or 16670559. OLE color: 16670559.
HSL color Cylindrical-coordinate representation of color #5F5FFE: hue angle of 240º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F5FFE is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 95 | 254 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.68% | - |
| HSV(B) | 240º | 0.63% | 1% | - |
| XYZ | 26.7 | 17.77 | 95.79 | - |
| YUV | 113.13 | 207.5 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 95 | 254 | 0.63 | 0.63 | 0 | 0.00 | 240 | 0.99 | 0.68 |
| Hex | 5F | 5F | FE | 3F | 3F | 0 | 0 | F0 | 63 | 44 |
| Octal | 137 | 137 | 376 | 77 | 77 | 0 | 0 | 360 | 143 | 104 |
| Binary | 1011111 | 1011111 | 11111110 | 111111 | 111111 | 0 | 0 | 11110000 | 1100011 | 1000100 |
Color Harmonies of #5F5FFE
Complementary color
Monochromatic Colors of #5F5FFE
Black with #5F5FFE
Text Example
Text Example
White with #5F5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5FFE; }
p { color: rgb(95,95,254); }
H1.HeaderClassName
{
color: #5F5FFE;
}
.AnyTagClassName
{
color: #5F5FFE;
}
</style>
background-color css
<style>
a { background-color: #5F5FFE; }
a { background-color: rgb(95,95,254); }
div.DivClassName
{
background-color: #5F5FFE;
}
.BgClassName
{
background-color: #5F5FFE;
}
</style>
border-color css
<style>
span { border-color: #5F5FFE; }
span { border-color: rgb(95,95,254); }
td.TdClassName
{
border-color: #5F5FFE;
}
.TagClassName
{
border-color: #5F5FFE;
}
</style>