Shades of Neon Blue #5E40EA
Tints of Neon Blue #5E40EA
RGB
CMYK
RGB Variations
Color information
#5E40EA (or 0x5E40EA) is known color: Neon Blue. HEX triplet: 5E, 40 and EA. RGB value is (94,64,234). Sum of RGB (Red+Green+Blue) = 94+64+234=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E40EA is #A1BF15. Grayscale: #5B5B5B. Windows color (decimal): -10600214 or 15351902. OLE color: 15351902.
HSL color Cylindrical-coordinate representation of color #5E40EA: hue angle of 250.59º 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 #5E40EA is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 64 | 234 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.08 |
| HSL | 250.59º | 0.8% | 0.58% | - |
| HSV(B) | 250.59º | 0.73% | 0.92% | - |
| XYZ | 21.3 | 11.99 | 79.03 | - |
| YUV | 92.35 | 207.94 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 64 | 234 | 0.60 | 0.73 | 0 | 0.08 | 250.59 | 0.8 | 0.58 |
| Hex | 5E | 40 | EA | 3C | 49 | 0 | 8 | FB | 50 | 3A |
| Octal | 136 | 100 | 352 | 74 | 111 | 0 | 10 | 373 | 120 | 72 |
| Binary | 1011110 | 1000000 | 11101010 | 111100 | 1001001 | 0 | 1000 | 11111011 | 1010000 | 111010 |
Color Harmonies of #5E40EA
Complementary color
Monochromatic Colors of #5E40EA
Black with #5E40EA
Text Example
Text Example
White with #5E40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E40EA; }
p { color: rgb(94,64,234); }
H1.HeaderClassName
{
color: #5E40EA;
}
.AnyTagClassName
{
color: #5E40EA;
}
</style>
background-color css
<style>
a { background-color: #5E40EA; }
a { background-color: rgb(94,64,234); }
div.DivClassName
{
background-color: #5E40EA;
}
.BgClassName
{
background-color: #5E40EA;
}
</style>
border-color css
<style>
span { border-color: #5E40EA; }
span { border-color: rgb(94,64,234); }
td.TdClassName
{
border-color: #5E40EA;
}
.TagClassName
{
border-color: #5E40EA;
}
</style>