Shades of Neon Blue #5E4FEA
Tints of Neon Blue #5E4FEA
RGB
CMYK
RGB Variations
Color information
#5E4FEA (or 0x5E4FEA) is known color: Neon Blue. HEX triplet: 5E, 4F and EA. RGB value is (94,79,234). Sum of RGB (Red+Green+Blue) = 94+79+234=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E4FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E4FEA is #A1B015. Grayscale: #646464. Windows color (decimal): -10596374 or 15355742. OLE color: 15355742.
HSL color Cylindrical-coordinate representation of color #5E4FEA: hue angle of 245.81º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E4FEA is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 79 | 234 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.08 |
| HSL | 245.81º | 0.79% | 0.61% | - |
| HSV(B) | 245.81º | 0.66% | 0.92% | - |
| XYZ | 22.26 | 13.91 | 79.35 | - |
| YUV | 101.16 | 202.97 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 234 | 0.60 | 0.66 | 0 | 0.08 | 245.81 | 0.79 | 0.61 |
| Hex | 5E | 4F | EA | 3C | 42 | 0 | 8 | F6 | 4F | 3D |
| Octal | 136 | 117 | 352 | 74 | 102 | 0 | 10 | 366 | 117 | 75 |
| Binary | 1011110 | 1001111 | 11101010 | 111100 | 1000010 | 0 | 1000 | 11110110 | 1001111 | 111101 |
Color Harmonies of #5E4FEA
Complementary color
Monochromatic Colors of #5E4FEA
Black with #5E4FEA
Text Example
Text Example
White with #5E4FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4FEA; }
p { color: rgb(94,79,234); }
H1.HeaderClassName
{
color: #5E4FEA;
}
.AnyTagClassName
{
color: #5E4FEA;
}
</style>
background-color css
<style>
a { background-color: #5E4FEA; }
a { background-color: rgb(94,79,234); }
div.DivClassName
{
background-color: #5E4FEA;
}
.BgClassName
{
background-color: #5E4FEA;
}
</style>
border-color css
<style>
span { border-color: #5E4FEA; }
span { border-color: rgb(94,79,234); }
td.TdClassName
{
border-color: #5E4FEA;
}
.TagClassName
{
border-color: #5E4FEA;
}
</style>