Shades of Neon Blue #5E45EA
Tints of Neon Blue #5E45EA
RGB
CMYK
RGB Variations
Color information
#5E45EA (or 0x5E45EA) is known color: Neon Blue. HEX triplet: 5E, 45 and EA. RGB value is (94,69,234). Sum of RGB (Red+Green+Blue) = 94+69+234=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E45EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E45EA is #A1BA15. Grayscale: #5E5E5E. Windows color (decimal): -10598934 or 15353182. OLE color: 15353182.
HSL color Cylindrical-coordinate representation of color #5E45EA: hue angle of 249.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E45EA is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 69 | 234 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.08 |
| HSL | 249.09º | 0.8% | 0.59% | - |
| HSV(B) | 249.09º | 0.71% | 0.92% | - |
| XYZ | 21.6 | 12.58 | 79.13 | - |
| YUV | 95.29 | 206.28 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 234 | 0.60 | 0.71 | 0 | 0.08 | 249.09 | 0.8 | 0.59 |
| Hex | 5E | 45 | EA | 3C | 47 | 0 | 8 | F9 | 50 | 3B |
| Octal | 136 | 105 | 352 | 74 | 107 | 0 | 10 | 371 | 120 | 73 |
| Binary | 1011110 | 1000101 | 11101010 | 111100 | 1000111 | 0 | 1000 | 11111001 | 1010000 | 111011 |
Color Harmonies of #5E45EA
Complementary color
Monochromatic Colors of #5E45EA
Black with #5E45EA
Text Example
Text Example
White with #5E45EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E45EA; }
p { color: rgb(94,69,234); }
H1.HeaderClassName
{
color: #5E45EA;
}
.AnyTagClassName
{
color: #5E45EA;
}
</style>
background-color css
<style>
a { background-color: #5E45EA; }
a { background-color: rgb(94,69,234); }
div.DivClassName
{
background-color: #5E45EA;
}
.BgClassName
{
background-color: #5E45EA;
}
</style>
border-color css
<style>
span { border-color: #5E45EA; }
span { border-color: rgb(94,69,234); }
td.TdClassName
{
border-color: #5E45EA;
}
.TagClassName
{
border-color: #5E45EA;
}
</style>