Shades of Neon Blue #5D42EB
Tints of Neon Blue #5D42EB
RGB
CMYK
RGB Variations
Color information
#5D42EB (or 0x5D42EB) is known color: Neon Blue. HEX triplet: 5D, 42 and EB. RGB value is (93,66,235). Sum of RGB (Red+Green+Blue) = 93+66+235=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D42EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D42EB is #A2BD14. Grayscale: #5C5C5C. Windows color (decimal): -10665237 or 15417949. OLE color: 15417949.
HSL color Cylindrical-coordinate representation of color #5D42EB: hue angle of 249.59º 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 #5D42EB is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 66 | 235 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.08 |
| HSL | 249.59º | 0.81% | 0.59% | - |
| HSV(B) | 249.59º | 0.72% | 0.92% | - |
| XYZ | 21.46 | 12.22 | 79.83 | - |
| YUV | 93.34 | 207.95 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 235 | 0.60 | 0.72 | 0 | 0.08 | 249.59 | 0.81 | 0.59 |
| Hex | 5D | 42 | EB | 3C | 48 | 0 | 8 | FA | 51 | 3B |
| Octal | 135 | 102 | 353 | 74 | 110 | 0 | 10 | 372 | 121 | 73 |
| Binary | 1011101 | 1000010 | 11101011 | 111100 | 1001000 | 0 | 1000 | 11111010 | 1010001 | 111011 |
Color Harmonies of #5D42EB
Complementary color
Monochromatic Colors of #5D42EB
Black with #5D42EB
Text Example
Text Example
White with #5D42EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D42EB; }
p { color: rgb(93,66,235); }
H1.HeaderClassName
{
color: #5D42EB;
}
.AnyTagClassName
{
color: #5D42EB;
}
</style>
background-color css
<style>
a { background-color: #5D42EB; }
a { background-color: rgb(93,66,235); }
div.DivClassName
{
background-color: #5D42EB;
}
.BgClassName
{
background-color: #5D42EB;
}
</style>
border-color css
<style>
span { border-color: #5D42EB; }
span { border-color: rgb(93,66,235); }
td.TdClassName
{
border-color: #5D42EB;
}
.TagClassName
{
border-color: #5D42EB;
}
</style>