Shades of Neon Blue #5E44EB
Tints of Neon Blue #5E44EB
RGB
CMYK
RGB Variations
Color information
#5E44EB (or 0x5E44EB) is known color: Neon Blue. HEX triplet: 5E, 44 and EB. RGB value is (94,68,235). Sum of RGB (Red+Green+Blue) = 94+68+235=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E44EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E44EB is #A1BB14. Grayscale: #5E5E5E. Windows color (decimal): -10599189 or 15418462. OLE color: 15418462.
HSL color Cylindrical-coordinate representation of color #5E44EB: hue angle of 249.34º degrees, saturation: 0.81, 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 #5E44EB is Cyan = 0.6, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 68 | 235 | - |
| CMYK | 0.6 | 0.71 | 0 | 0.08 |
| HSL | 249.34º | 0.81% | 0.59% | - |
| HSV(B) | 249.34º | 0.71% | 0.92% | - |
| XYZ | 21.68 | 12.51 | 79.87 | - |
| YUV | 94.81 | 207.11 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 68 | 235 | 0.6 | 0.71 | 0 | 0.08 | 249.34 | 0.81 | 0.59 |
| Hex | 5E | 44 | EB | 3C | 47 | 0 | 8 | F9 | 51 | 3B |
| Octal | 136 | 104 | 353 | 74 | 107 | 0 | 10 | 371 | 121 | 73 |
| Binary | 1011110 | 1000100 | 11101011 | 111100 | 1000111 | 0 | 1000 | 11111001 | 1010001 | 111011 |
Color Harmonies of #5E44EB
Complementary color
Monochromatic Colors of #5E44EB
Black with #5E44EB
Text Example
Text Example
White with #5E44EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E44EB; }
p { color: rgb(94,68,235); }
H1.HeaderClassName
{
color: #5E44EB;
}
.AnyTagClassName
{
color: #5E44EB;
}
</style>
background-color css
<style>
a { background-color: #5E44EB; }
a { background-color: rgb(94,68,235); }
div.DivClassName
{
background-color: #5E44EB;
}
.BgClassName
{
background-color: #5E44EB;
}
</style>
border-color css
<style>
span { border-color: #5E44EB; }
span { border-color: rgb(94,68,235); }
td.TdClassName
{
border-color: #5E44EB;
}
.TagClassName
{
border-color: #5E44EB;
}
</style>