Shades of Neon Blue #5D40EA
Tints of Neon Blue #5D40EA
RGB
CMYK
RGB Variations
Color information
#5D40EA (or 0x5D40EA) is known color: Neon Blue. HEX triplet: 5D, 40 and EA. RGB value is (93,64,234). Sum of RGB (Red+Green+Blue) = 93+64+234=391 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.79% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D40EA is #A2BF15. Grayscale: #5B5B5B. Windows color (decimal): -10665750 or 15351901. OLE color: 15351901.
HSL color Cylindrical-coordinate representation of color #5D40EA: hue angle of 250.24º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D40EA is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 64 | 234 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.08 |
| HSL | 250.24º | 0.8% | 0.58% | - |
| HSV(B) | 250.24º | 0.73% | 0.92% | - |
| XYZ | 21.2 | 11.93 | 79.03 | - |
| YUV | 92.05 | 208.11 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 234 | 0.60 | 0.73 | 0 | 0.08 | 250.24 | 0.8 | 0.58 |
| Hex | 5D | 40 | EA | 3C | 49 | 0 | 8 | FA | 50 | 3A |
| Octal | 135 | 100 | 352 | 74 | 111 | 0 | 10 | 372 | 120 | 72 |
| Binary | 1011101 | 1000000 | 11101010 | 111100 | 1001001 | 0 | 1000 | 11111010 | 1010000 | 111010 |
Color Harmonies of #5D40EA
Complementary color
Monochromatic Colors of #5D40EA
Black with #5D40EA
Text Example
Text Example
White with #5D40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D40EA; }
p { color: rgb(93,64,234); }
H1.HeaderClassName
{
color: #5D40EA;
}
.AnyTagClassName
{
color: #5D40EA;
}
</style>
background-color css
<style>
a { background-color: #5D40EA; }
a { background-color: rgb(93,64,234); }
div.DivClassName
{
background-color: #5D40EA;
}
.BgClassName
{
background-color: #5D40EA;
}
</style>
border-color css
<style>
span { border-color: #5D40EA; }
span { border-color: rgb(93,64,234); }
td.TdClassName
{
border-color: #5D40EA;
}
.TagClassName
{
border-color: #5D40EA;
}
</style>