Shades of Neon Blue #5A60EB
Tints of Neon Blue #5A60EB
RGB
CMYK
RGB Variations
Color information
#5A60EB (or 0x5A60EB) is known color: Neon Blue. HEX triplet: 5A, 60 and EB. RGB value is (90,96,235). Sum of RGB (Red+Green+Blue) = 90+96+235=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A60EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A60EB is #A59F14. Grayscale: #6D6D6D. Windows color (decimal): -10854165 or 15425626. OLE color: 15425626.
HSL color Cylindrical-coordinate representation of color #5A60EB: hue angle of 237.52º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A60EB is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 96 | 235 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.08 |
| HSL | 237.52º | 0.78% | 0.64% | - |
| HSV(B) | 237.52º | 0.62% | 0.92% | - |
| XYZ | 23.39 | 16.54 | 80.56 | - |
| YUV | 110.05 | 198.51 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 235 | 0.62 | 0.59 | 0 | 0.08 | 237.52 | 0.78 | 0.64 |
| Hex | 5A | 60 | EB | 3E | 3B | 0 | 8 | EE | 4E | 40 |
| Octal | 132 | 140 | 353 | 76 | 73 | 0 | 10 | 356 | 116 | 100 |
| Binary | 1011010 | 1100000 | 11101011 | 111110 | 111011 | 0 | 1000 | 11101110 | 1001110 | 1000000 |
Color Harmonies of #5A60EB
Complementary color
Monochromatic Colors of #5A60EB
Black with #5A60EB
Text Example
Text Example
White with #5A60EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A60EB; }
p { color: rgb(90,96,235); }
H1.HeaderClassName
{
color: #5A60EB;
}
.AnyTagClassName
{
color: #5A60EB;
}
</style>
background-color css
<style>
a { background-color: #5A60EB; }
a { background-color: rgb(90,96,235); }
div.DivClassName
{
background-color: #5A60EB;
}
.BgClassName
{
background-color: #5A60EB;
}
</style>
border-color css
<style>
span { border-color: #5A60EB; }
span { border-color: rgb(90,96,235); }
td.TdClassName
{
border-color: #5A60EB;
}
.TagClassName
{
border-color: #5A60EB;
}
</style>