Shades of Neon Blue #5E41EA
Tints of Neon Blue #5E41EA
RGB
CMYK
RGB Variations
Color information
#5E41EA (or 0x5E41EA) is known color: Neon Blue. HEX triplet: 5E, 41 and EA. RGB value is (94,65,234). Sum of RGB (Red+Green+Blue) = 94+65+234=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E41EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E41EA is #A1BE15. Grayscale: #5C5C5C. Windows color (decimal): -10599958 or 15352158. OLE color: 15352158.
HSL color Cylindrical-coordinate representation of color #5E41EA: hue angle of 250.3º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E41EA is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 65 | 234 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.08 |
| HSL | 250.3º | 0.8% | 0.59% | - |
| HSV(B) | 250.3º | 0.72% | 0.92% | - |
| XYZ | 21.36 | 12.1 | 79.05 | - |
| YUV | 92.94 | 207.61 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 234 | 0.60 | 0.72 | 0 | 0.08 | 250.3 | 0.8 | 0.59 |
| Hex | 5E | 41 | EA | 3C | 48 | 0 | 8 | FA | 50 | 3B |
| Octal | 136 | 101 | 352 | 74 | 110 | 0 | 10 | 372 | 120 | 73 |
| Binary | 1011110 | 1000001 | 11101010 | 111100 | 1001000 | 0 | 1000 | 11111010 | 1010000 | 111011 |
Color Harmonies of #5E41EA
Complementary color
Monochromatic Colors of #5E41EA
Black with #5E41EA
Text Example
Text Example
White with #5E41EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E41EA; }
p { color: rgb(94,65,234); }
H1.HeaderClassName
{
color: #5E41EA;
}
.AnyTagClassName
{
color: #5E41EA;
}
</style>
background-color css
<style>
a { background-color: #5E41EA; }
a { background-color: rgb(94,65,234); }
div.DivClassName
{
background-color: #5E41EA;
}
.BgClassName
{
background-color: #5E41EA;
}
</style>
border-color css
<style>
span { border-color: #5E41EA; }
span { border-color: rgb(94,65,234); }
td.TdClassName
{
border-color: #5E41EA;
}
.TagClassName
{
border-color: #5E41EA;
}
</style>