Shades of Neon Blue #5A51EC
Tints of Neon Blue #5A51EC
RGB
CMYK
RGB Variations
Color information
#5A51EC (or 0x5A51EC) is known color: Neon Blue. HEX triplet: 5A, 51 and EC. RGB value is (90,81,236). Sum of RGB (Red+Green+Blue) = 90+81+236=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A51EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A51EC is #A5AE13. Grayscale: #646464. Windows color (decimal): -10858004 or 15487322. OLE color: 15487322.
HSL color Cylindrical-coordinate representation of color #5A51EC: hue angle of 243.48º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A51EC is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 81 | 236 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.07 |
| HSL | 243.48º | 0.8% | 0.62% | - |
| HSV(B) | 243.48º | 0.66% | 0.93% | - |
| XYZ | 22.3 | 14.11 | 80.91 | - |
| YUV | 101.36 | 203.98 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 236 | 0.62 | 0.66 | 0 | 0.07 | 243.48 | 0.8 | 0.62 |
| Hex | 5A | 51 | EC | 3E | 42 | 0 | 7 | F3 | 50 | 3E |
| Octal | 132 | 121 | 354 | 76 | 102 | 0 | 7 | 363 | 120 | 76 |
| Binary | 1011010 | 1010001 | 11101100 | 111110 | 1000010 | 0 | 111 | 11110011 | 1010000 | 111110 |
Color Harmonies of #5A51EC
Complementary color
Monochromatic Colors of #5A51EC
Black with #5A51EC
Text Example
Text Example
White with #5A51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A51EC; }
p { color: rgb(90,81,236); }
H1.HeaderClassName
{
color: #5A51EC;
}
.AnyTagClassName
{
color: #5A51EC;
}
</style>
background-color css
<style>
a { background-color: #5A51EC; }
a { background-color: rgb(90,81,236); }
div.DivClassName
{
background-color: #5A51EC;
}
.BgClassName
{
background-color: #5A51EC;
}
</style>
border-color css
<style>
span { border-color: #5A51EC; }
span { border-color: rgb(90,81,236); }
td.TdClassName
{
border-color: #5A51EC;
}
.TagClassName
{
border-color: #5A51EC;
}
</style>