Shades of Neon Blue #5F42EB
Tints of Neon Blue #5F42EB
RGB
CMYK
RGB Variations
Color information
#5F42EB (or 0x5F42EB) is known color: Neon Blue. HEX triplet: 5F, 42 and EB. RGB value is (95,66,235). Sum of RGB (Red+Green+Blue) = 95+66+235=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F42EB is #A0BD14. Grayscale: #5D5D5D. Windows color (decimal): -10534165 or 15417951. OLE color: 15417951.
HSL color Cylindrical-coordinate representation of color #5F42EB: hue angle of 250.3º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F42EB is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 66 | 235 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.08 |
| HSL | 250.3º | 0.81% | 0.59% | - |
| HSV(B) | 250.3º | 0.72% | 0.92% | - |
| XYZ | 21.66 | 12.33 | 79.83 | - |
| YUV | 93.94 | 207.61 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 235 | 0.60 | 0.72 | 0 | 0.08 | 250.3 | 0.81 | 0.59 |
| Hex | 5F | 42 | EB | 3C | 48 | 0 | 8 | FA | 51 | 3B |
| Octal | 137 | 102 | 353 | 74 | 110 | 0 | 10 | 372 | 121 | 73 |
| Binary | 1011111 | 1000010 | 11101011 | 111100 | 1001000 | 0 | 1000 | 11111010 | 1010001 | 111011 |
Color Harmonies of #5F42EB
Complementary color
Monochromatic Colors of #5F42EB
Black with #5F42EB
Text Example
Text Example
White with #5F42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F42EB; }
p { color: rgb(95,66,235); }
H1.HeaderClassName
{
color: #5F42EB;
}
.AnyTagClassName
{
color: #5F42EB;
}
</style>
background-color css
<style>
a { background-color: #5F42EB; }
a { background-color: rgb(95,66,235); }
div.DivClassName
{
background-color: #5F42EB;
}
.BgClassName
{
background-color: #5F42EB;
}
</style>
border-color css
<style>
span { border-color: #5F42EB; }
span { border-color: rgb(95,66,235); }
td.TdClassName
{
border-color: #5F42EB;
}
.TagClassName
{
border-color: #5F42EB;
}
</style>