Shades of Neon Blue #5A4EEA
Tints of Neon Blue #5A4EEA
RGB
CMYK
RGB Variations
Color information
#5A4EEA (or 0x5A4EEA) is known color: Neon Blue. HEX triplet: 5A, 4E and EA. RGB value is (90,78,234). Sum of RGB (Red+Green+Blue) = 90+78+234=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A4EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A4EEA is #A5B115. Grayscale: #626262. Windows color (decimal): -10858774 or 15355482. OLE color: 15355482.
HSL color Cylindrical-coordinate representation of color #5A4EEA: hue angle of 244.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A4EEA is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 78 | 234 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.08 |
| HSL | 244.62º | 0.79% | 0.61% | - |
| HSV(B) | 244.62º | 0.67% | 0.92% | - |
| XYZ | 21.79 | 13.56 | 79.31 | - |
| YUV | 99.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 234 | 0.62 | 0.67 | 0 | 0.08 | 244.62 | 0.79 | 0.61 |
| Hex | 5A | 4E | EA | 3E | 43 | 0 | 8 | F5 | 4F | 3D |
| Octal | 132 | 116 | 352 | 76 | 103 | 0 | 10 | 365 | 117 | 75 |
| Binary | 1011010 | 1001110 | 11101010 | 111110 | 1000011 | 0 | 1000 | 11110101 | 1001111 | 111101 |
Color Harmonies of #5A4EEA
Complementary color
Monochromatic Colors of #5A4EEA
Black with #5A4EEA
Text Example
Text Example
White with #5A4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4EEA; }
p { color: rgb(90,78,234); }
H1.HeaderClassName
{
color: #5A4EEA;
}
.AnyTagClassName
{
color: #5A4EEA;
}
</style>
background-color css
<style>
a { background-color: #5A4EEA; }
a { background-color: rgb(90,78,234); }
div.DivClassName
{
background-color: #5A4EEA;
}
.BgClassName
{
background-color: #5A4EEA;
}
</style>
border-color css
<style>
span { border-color: #5A4EEA; }
span { border-color: rgb(90,78,234); }
td.TdClassName
{
border-color: #5A4EEA;
}
.TagClassName
{
border-color: #5A4EEA;
}
</style>