Shades of Neon Blue #5F5FFF
Tints of Neon Blue #5F5FFF
RGB
CMYK
RGB Variations
Color information
#5F5FFF (or 0x5F5FFF) is known color: Neon Blue. HEX triplet: 5F, 5F and FF. RGB value is (95,95,255). Sum of RGB (Red+Green+Blue) = 95+95+255=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5FFF is #A0A000. Grayscale: #707070. Windows color (decimal): -10526721 or 16736095. OLE color: 16736095.
HSL color Cylindrical-coordinate representation of color #5F5FFF: hue angle of 240º 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 #5F5FFF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 95 | 255 | - |
| CMYK | 0.63 | 0.63 | 0 | 0 |
| HSL | 240º | 1% | 0.69% | - |
| HSV(B) | 240º | 0.63% | 1% | - |
| XYZ | 26.86 | 17.84 | 96.63 | - |
| YUV | 113.24 | 208 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 95 | 255 | 0.63 | 0.63 | 0 | 0 | 240 | 1 | 0.69 |
| Hex | 5F | 5F | FF | 3F | 3F | 0 | 0 | F0 | 64 | 45 |
| Octal | 137 | 137 | 377 | 77 | 77 | 0 | 0 | 360 | 144 | 105 |
| Binary | 1011111 | 1011111 | 11111111 | 111111 | 111111 | 0 | 0 | 11110000 | 1100100 | 1000101 |
Color Harmonies of #5F5FFF
Complementary color
Monochromatic Colors of #5F5FFF
Black with #5F5FFF
Text Example
Text Example
White with #5F5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5FFF; }
p { color: rgb(95,95,255); }
H1.HeaderClassName
{
color: #5F5FFF;
}
.AnyTagClassName
{
color: #5F5FFF;
}
</style>
background-color css
<style>
a { background-color: #5F5FFF; }
a { background-color: rgb(95,95,255); }
div.DivClassName
{
background-color: #5F5FFF;
}
.BgClassName
{
background-color: #5F5FFF;
}
</style>
border-color css
<style>
span { border-color: #5F5FFF; }
span { border-color: rgb(95,95,255); }
td.TdClassName
{
border-color: #5F5FFF;
}
.TagClassName
{
border-color: #5F5FFF;
}
</style>