Shades of Neon Blue #5A51E9
Tints of Neon Blue #5A51E9
RGB
CMYK
RGB Variations
Color information
#5A51E9 (or 0x5A51E9) is known color: Neon Blue. HEX triplet: 5A, 51 and E9. RGB value is (90,81,233). Sum of RGB (Red+Green+Blue) = 90+81+233=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #5A51E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A51E9 is #A5AE16. Grayscale: #646464. Windows color (decimal): -10858007 or 15290714. OLE color: 15290714.
HSL color Cylindrical-coordinate representation of color #5A51E9: hue angle of 243.55º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A51E9 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 81 | 233 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.09 |
| HSL | 243.55º | 0.78% | 0.62% | - |
| HSV(B) | 243.55º | 0.65% | 0.91% | - |
| XYZ | 21.87 | 13.94 | 78.63 | - |
| YUV | 101.02 | 202.48 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 233 | 0.61 | 0.65 | 0 | 0.09 | 243.55 | 0.78 | 0.62 |
| Hex | 5A | 51 | E9 | 3D | 41 | 0 | 9 | F4 | 4E | 3E |
| Octal | 132 | 121 | 351 | 75 | 101 | 0 | 11 | 364 | 116 | 76 |
| Binary | 1011010 | 1010001 | 11101001 | 111101 | 1000001 | 0 | 1001 | 11110100 | 1001110 | 111110 |
Color Harmonies of #5A51E9
Complementary color
Monochromatic Colors of #5A51E9
Black with #5A51E9
Text Example
Text Example
White with #5A51E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A51E9; }
p { color: rgb(90,81,233); }
H1.HeaderClassName
{
color: #5A51E9;
}
.AnyTagClassName
{
color: #5A51E9;
}
</style>
background-color css
<style>
a { background-color: #5A51E9; }
a { background-color: rgb(90,81,233); }
div.DivClassName
{
background-color: #5A51E9;
}
.BgClassName
{
background-color: #5A51E9;
}
</style>
border-color css
<style>
span { border-color: #5A51E9; }
span { border-color: rgb(90,81,233); }
td.TdClassName
{
border-color: #5A51E9;
}
.TagClassName
{
border-color: #5A51E9;
}
</style>