Shades of Neon Blue #5F42FF
Tints of Neon Blue #5F42FF
RGB
CMYK
RGB Variations
Color information
#5F42FF (or 0x5F42FF) is known color: Neon Blue. HEX triplet: 5F, 42 and FF. RGB value is (95,66,255). Sum of RGB (Red+Green+Blue) = 95+66+255=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F42FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F42FF is #A0BD00. Grayscale: #5F5F5F. Windows color (decimal): -10534145 or 16728671. OLE color: 16728671.
HSL color Cylindrical-coordinate representation of color #5F42FF: hue angle of 249.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F42FF is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 66 | 255 | - |
| CMYK | 0.63 | 0.74 | 0 | 0 |
| HSL | 249.21º | 1% | 0.63% | - |
| HSV(B) | 249.21º | 0.74% | 1% | - |
| XYZ | 24.72 | 13.55 | 95.92 | - |
| YUV | 96.22 | 217.61 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 255 | 0.63 | 0.74 | 0 | 0 | 249.21 | 1 | 0.63 |
| Hex | 5F | 42 | FF | 3F | 4A | 0 | 0 | F9 | 64 | 3F |
| Octal | 137 | 102 | 377 | 77 | 112 | 0 | 0 | 371 | 144 | 77 |
| Binary | 1011111 | 1000010 | 11111111 | 111111 | 1001010 | 0 | 0 | 11111001 | 1100100 | 111111 |
Color Harmonies of #5F42FF
Complementary color
Monochromatic Colors of #5F42FF
Black with #5F42FF
Text Example
Text Example
White with #5F42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F42FF; }
p { color: rgb(95,66,255); }
H1.HeaderClassName
{
color: #5F42FF;
}
.AnyTagClassName
{
color: #5F42FF;
}
</style>
background-color css
<style>
a { background-color: #5F42FF; }
a { background-color: rgb(95,66,255); }
div.DivClassName
{
background-color: #5F42FF;
}
.BgClassName
{
background-color: #5F42FF;
}
</style>
border-color css
<style>
span { border-color: #5F42FF; }
span { border-color: rgb(95,66,255); }
td.TdClassName
{
border-color: #5F42FF;
}
.TagClassName
{
border-color: #5F42FF;
}
</style>