Shades of Neon Blue #5D40EB
Tints of Neon Blue #5D40EB
RGB
CMYK
RGB Variations
Color information
#5D40EB (or 0x5D40EB) is known color: Neon Blue. HEX triplet: 5D, 40 and EB. RGB value is (93,64,235). Sum of RGB (Red+Green+Blue) = 93+64+235=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D40EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D40EB is #A2BF14. Grayscale: #5B5B5B. Windows color (decimal): -10665749 or 15417437. OLE color: 15417437.
HSL color Cylindrical-coordinate representation of color #5D40EB: hue angle of 250.18º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D40EB is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 64 | 235 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.08 |
| HSL | 250.18º | 0.81% | 0.59% | - |
| HSV(B) | 250.18º | 0.73% | 0.92% | - |
| XYZ | 21.34 | 11.99 | 79.79 | - |
| YUV | 92.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 235 | 0.60 | 0.73 | 0 | 0.08 | 250.18 | 0.81 | 0.59 |
| Hex | 5D | 40 | EB | 3C | 49 | 0 | 8 | FA | 51 | 3B |
| Octal | 135 | 100 | 353 | 74 | 111 | 0 | 10 | 372 | 121 | 73 |
| Binary | 1011101 | 1000000 | 11101011 | 111100 | 1001001 | 0 | 1000 | 11111010 | 1010001 | 111011 |
Color Harmonies of #5D40EB
Complementary color
Monochromatic Colors of #5D40EB
Black with #5D40EB
Text Example
Text Example
White with #5D40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D40EB; }
p { color: rgb(93,64,235); }
H1.HeaderClassName
{
color: #5D40EB;
}
.AnyTagClassName
{
color: #5D40EB;
}
</style>
background-color css
<style>
a { background-color: #5D40EB; }
a { background-color: rgb(93,64,235); }
div.DivClassName
{
background-color: #5D40EB;
}
.BgClassName
{
background-color: #5D40EB;
}
</style>
border-color css
<style>
span { border-color: #5D40EB; }
span { border-color: rgb(93,64,235); }
td.TdClassName
{
border-color: #5D40EB;
}
.TagClassName
{
border-color: #5D40EB;
}
</style>