Shades of Neon Blue #5F42F4
Tints of Neon Blue #5F42F4
RGB
CMYK
RGB Variations
Color information
#5F42F4 (or 0x5F42F4) is known color: Neon Blue. HEX triplet: 5F, 42 and F4. RGB value is (95,66,244). Sum of RGB (Red+Green+Blue) = 95+66+244=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 244 (95.70% from 255 or 60.25% from 405); Max value from RGB is 244 - color contains mainly: blue. Hex color #5F42F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F42F4 is #A0BD0B. Grayscale: #5E5E5E. Windows color (decimal): -10534156 or 16007775. OLE color: 16007775.
HSL color Cylindrical-coordinate representation of color #5F42F4: hue angle of 249.78º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F42F4 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 66 | 244 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.04 |
| HSL | 249.78º | 0.89% | 0.61% | - |
| HSV(B) | 249.78º | 0.73% | 0.96% | - |
| XYZ | 23 | 12.86 | 86.86 | - |
| YUV | 94.96 | 212.11 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 244 | 0.61 | 0.73 | 0 | 0.04 | 249.78 | 0.89 | 0.61 |
| Hex | 5F | 42 | F4 | 3D | 49 | 0 | 4 | FA | 59 | 3D |
| Octal | 137 | 102 | 364 | 75 | 111 | 0 | 4 | 372 | 131 | 75 |
| Binary | 1011111 | 1000010 | 11110100 | 111101 | 1001001 | 0 | 100 | 11111010 | 1011001 | 111101 |
Color Harmonies of #5F42F4
Complementary color
Monochromatic Colors of #5F42F4
Black with #5F42F4
Text Example
Text Example
White with #5F42F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F42F4; }
p { color: rgb(95,66,244); }
H1.HeaderClassName
{
color: #5F42F4;
}
.AnyTagClassName
{
color: #5F42F4;
}
</style>
background-color css
<style>
a { background-color: #5F42F4; }
a { background-color: rgb(95,66,244); }
div.DivClassName
{
background-color: #5F42F4;
}
.BgClassName
{
background-color: #5F42F4;
}
</style>
border-color css
<style>
span { border-color: #5F42F4; }
span { border-color: rgb(95,66,244); }
td.TdClassName
{
border-color: #5F42F4;
}
.TagClassName
{
border-color: #5F42F4;
}
</style>