Shades of Neon Blue #5E50EA
Tints of Neon Blue #5E50EA
RGB
CMYK
RGB Variations
Color information
#5E50EA (or 0x5E50EA) is known color: Neon Blue. HEX triplet: 5E, 50 and EA. RGB value is (94,80,234). Sum of RGB (Red+Green+Blue) = 94+80+234=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E50EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E50EA is #A1AF15. Grayscale: #656565. Windows color (decimal): -10596118 or 15355998. OLE color: 15355998.
HSL color Cylindrical-coordinate representation of color #5E50EA: hue angle of 245.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E50EA is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 80 | 234 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.08 |
| HSL | 245.45º | 0.79% | 0.62% | - |
| HSV(B) | 245.45º | 0.66% | 0.92% | - |
| XYZ | 22.34 | 14.06 | 79.38 | - |
| YUV | 101.74 | 202.64 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 80 | 234 | 0.60 | 0.66 | 0 | 0.08 | 245.45 | 0.79 | 0.62 |
| Hex | 5E | 50 | EA | 3C | 42 | 0 | 8 | F5 | 4F | 3E |
| Octal | 136 | 120 | 352 | 74 | 102 | 0 | 10 | 365 | 117 | 76 |
| Binary | 1011110 | 1010000 | 11101010 | 111100 | 1000010 | 0 | 1000 | 11110101 | 1001111 | 111110 |
Color Harmonies of #5E50EA
Complementary color
Monochromatic Colors of #5E50EA
Black with #5E50EA
Text Example
Text Example
White with #5E50EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E50EA; }
p { color: rgb(94,80,234); }
H1.HeaderClassName
{
color: #5E50EA;
}
.AnyTagClassName
{
color: #5E50EA;
}
</style>
background-color css
<style>
a { background-color: #5E50EA; }
a { background-color: rgb(94,80,234); }
div.DivClassName
{
background-color: #5E50EA;
}
.BgClassName
{
background-color: #5E50EA;
}
</style>
border-color css
<style>
span { border-color: #5E50EA; }
span { border-color: rgb(94,80,234); }
td.TdClassName
{
border-color: #5E50EA;
}
.TagClassName
{
border-color: #5E50EA;
}
</style>