Shades of Neon Blue #5A5EEE
Tints of Neon Blue #5A5EEE
RGB
CMYK
RGB Variations
Color information
#5A5EEE (or 0x5A5EEE) is known color: Neon Blue. HEX triplet: 5A, 5E and EE. RGB value is (90,94,238). Sum of RGB (Red+Green+Blue) = 90+94+238=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A5EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5EEE is #A5A111. Grayscale: #6C6C6C. Windows color (decimal): -10854674 or 15621722. OLE color: 15621722.
HSL color Cylindrical-coordinate representation of color #5A5EEE: hue angle of 238.38º degrees, saturation: 0.81, 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 #5A5EEE is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 94 | 238 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.07 |
| HSL | 238.38º | 0.81% | 0.64% | - |
| HSV(B) | 238.38º | 0.62% | 0.93% | - |
| XYZ | 23.65 | 16.35 | 82.8 | - |
| YUV | 109.22 | 200.67 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 94 | 238 | 0.62 | 0.61 | 0 | 0.07 | 238.38 | 0.81 | 0.64 |
| Hex | 5A | 5E | EE | 3E | 3D | 0 | 7 | EE | 51 | 40 |
| Octal | 132 | 136 | 356 | 76 | 75 | 0 | 7 | 356 | 121 | 100 |
| Binary | 1011010 | 1011110 | 11101110 | 111110 | 111101 | 0 | 111 | 11101110 | 1010001 | 1000000 |
Color Harmonies of #5A5EEE
Complementary color
Monochromatic Colors of #5A5EEE
Black with #5A5EEE
Text Example
Text Example
White with #5A5EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5EEE; }
p { color: rgb(90,94,238); }
H1.HeaderClassName
{
color: #5A5EEE;
}
.AnyTagClassName
{
color: #5A5EEE;
}
</style>
background-color css
<style>
a { background-color: #5A5EEE; }
a { background-color: rgb(90,94,238); }
div.DivClassName
{
background-color: #5A5EEE;
}
.BgClassName
{
background-color: #5A5EEE;
}
</style>
border-color css
<style>
span { border-color: #5A5EEE; }
span { border-color: rgb(90,94,238); }
td.TdClassName
{
border-color: #5A5EEE;
}
.TagClassName
{
border-color: #5A5EEE;
}
</style>