Shades of Neon Blue #5A51EE
Tints of Neon Blue #5A51EE
RGB
CMYK
RGB Variations
Color information
#5A51EE (or 0x5A51EE) is known color: Neon Blue. HEX triplet: 5A, 51 and EE. RGB value is (90,81,238). Sum of RGB (Red+Green+Blue) = 90+81+238=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A51EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A51EE is #A5AE11. Grayscale: #646464. Windows color (decimal): -10858002 or 15618394. OLE color: 15618394.
HSL color Cylindrical-coordinate representation of color #5A51EE: hue angle of 243.44º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A51EE is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 81 | 238 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.07 |
| HSL | 243.44º | 0.82% | 0.63% | - |
| HSV(B) | 243.44º | 0.66% | 0.93% | - |
| XYZ | 22.59 | 14.23 | 82.45 | - |
| YUV | 101.59 | 204.98 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 238 | 0.62 | 0.66 | 0 | 0.07 | 243.44 | 0.82 | 0.63 |
| Hex | 5A | 51 | EE | 3E | 42 | 0 | 7 | F3 | 52 | 3F |
| Octal | 132 | 121 | 356 | 76 | 102 | 0 | 7 | 363 | 122 | 77 |
| Binary | 1011010 | 1010001 | 11101110 | 111110 | 1000010 | 0 | 111 | 11110011 | 1010010 | 111111 |
Color Harmonies of #5A51EE
Complementary color
Monochromatic Colors of #5A51EE
Black with #5A51EE
Text Example
Text Example
White with #5A51EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A51EE; }
p { color: rgb(90,81,238); }
H1.HeaderClassName
{
color: #5A51EE;
}
.AnyTagClassName
{
color: #5A51EE;
}
</style>
background-color css
<style>
a { background-color: #5A51EE; }
a { background-color: rgb(90,81,238); }
div.DivClassName
{
background-color: #5A51EE;
}
.BgClassName
{
background-color: #5A51EE;
}
</style>
border-color css
<style>
span { border-color: #5A51EE; }
span { border-color: rgb(90,81,238); }
td.TdClassName
{
border-color: #5A51EE;
}
.TagClassName
{
border-color: #5A51EE;
}
</style>