Shades of Neon Blue #5E44EA
Tints of Neon Blue #5E44EA
RGB
CMYK
RGB Variations
Color information
#5E44EA (or 0x5E44EA) is known color: Neon Blue. HEX triplet: 5E, 44 and EA. RGB value is (94,68,234). Sum of RGB (Red+Green+Blue) = 94+68+234=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E44EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E44EA is #A1BB15. Grayscale: #5E5E5E. Windows color (decimal): -10599190 or 15352926. OLE color: 15352926.
HSL color Cylindrical-coordinate representation of color #5E44EA: hue angle of 249.4º 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 #5E44EA is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 68 | 234 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.08 |
| HSL | 249.4º | 0.8% | 0.59% | - |
| HSV(B) | 249.4º | 0.71% | 0.92% | - |
| XYZ | 21.53 | 12.45 | 79.11 | - |
| YUV | 94.7 | 206.61 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 234 | 0.60 | 0.71 | 0 | 0.08 | 249.4 | 0.8 | 0.59 |
| Hex | 5E | 44 | EA | 3C | 47 | 0 | 8 | F9 | 50 | 3B |
| Octal | 136 | 104 | 352 | 74 | 107 | 0 | 10 | 371 | 120 | 73 |
| Binary | 1011110 | 1000100 | 11101010 | 111100 | 1000111 | 0 | 1000 | 11111001 | 1010000 | 111011 |
Color Harmonies of #5E44EA
Complementary color
Monochromatic Colors of #5E44EA
Black with #5E44EA
Text Example
Text Example
White with #5E44EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44EA; }
p { color: rgb(94,68,234); }
H1.HeaderClassName
{
color: #5E44EA;
}
.AnyTagClassName
{
color: #5E44EA;
}
</style>
background-color css
<style>
a { background-color: #5E44EA; }
a { background-color: rgb(94,68,234); }
div.DivClassName
{
background-color: #5E44EA;
}
.BgClassName
{
background-color: #5E44EA;
}
</style>
border-color css
<style>
span { border-color: #5E44EA; }
span { border-color: rgb(94,68,234); }
td.TdClassName
{
border-color: #5E44EA;
}
.TagClassName
{
border-color: #5E44EA;
}
</style>