Shades of Neon Blue #5A61EC
Tints of Neon Blue #5A61EC
RGB
CMYK
RGB Variations
Color information
#5A61EC (or 0x5A61EC) is known color: Neon Blue. HEX triplet: 5A, 61 and EC. RGB value is (90,97,236). Sum of RGB (Red+Green+Blue) = 90+97+236=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A61EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A61EC is #A59E13. Grayscale: #6E6E6E. Windows color (decimal): -10853908 or 15491418. OLE color: 15491418.
HSL color Cylindrical-coordinate representation of color #5A61EC: hue angle of 237.12º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A61EC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 97 | 236 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.07 |
| HSL | 237.12º | 0.79% | 0.64% | - |
| HSV(B) | 237.12º | 0.62% | 0.93% | - |
| XYZ | 23.63 | 16.78 | 81.35 | - |
| YUV | 110.75 | 198.68 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 236 | 0.62 | 0.59 | 0 | 0.07 | 237.12 | 0.79 | 0.64 |
| Hex | 5A | 61 | EC | 3E | 3B | 0 | 7 | ED | 4F | 40 |
| Octal | 132 | 141 | 354 | 76 | 73 | 0 | 7 | 355 | 117 | 100 |
| Binary | 1011010 | 1100001 | 11101100 | 111110 | 111011 | 0 | 111 | 11101101 | 1001111 | 1000000 |
Color Harmonies of #5A61EC
Complementary color
Monochromatic Colors of #5A61EC
Black with #5A61EC
Text Example
Text Example
White with #5A61EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A61EC; }
p { color: rgb(90,97,236); }
H1.HeaderClassName
{
color: #5A61EC;
}
.AnyTagClassName
{
color: #5A61EC;
}
</style>
background-color css
<style>
a { background-color: #5A61EC; }
a { background-color: rgb(90,97,236); }
div.DivClassName
{
background-color: #5A61EC;
}
.BgClassName
{
background-color: #5A61EC;
}
</style>
border-color css
<style>
span { border-color: #5A61EC; }
span { border-color: rgb(90,97,236); }
td.TdClassName
{
border-color: #5A61EC;
}
.TagClassName
{
border-color: #5A61EC;
}
</style>