Shades of Neon Blue #5A40EA
Tints of Neon Blue #5A40EA
RGB
CMYK
RGB Variations
Color information
#5A40EA (or 0x5A40EA) is known color: Neon Blue. HEX triplet: 5A, 40 and EA. RGB value is (90,64,234). Sum of RGB (Red+Green+Blue) = 90+64+234=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A40EA is #A5BF15. Grayscale: #5A5A5A. Windows color (decimal): -10862358 or 15351898. OLE color: 15351898.
HSL color Cylindrical-coordinate representation of color #5A40EA: hue angle of 249.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A40EA is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 64 | 234 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.08 |
| HSL | 249.18º | 0.8% | 0.58% | - |
| HSV(B) | 249.18º | 0.73% | 0.92% | - |
| XYZ | 20.9 | 11.78 | 79.01 | - |
| YUV | 91.15 | 208.61 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 234 | 0.62 | 0.73 | 0 | 0.08 | 249.18 | 0.8 | 0.58 |
| Hex | 5A | 40 | EA | 3E | 49 | 0 | 8 | F9 | 50 | 3A |
| Octal | 132 | 100 | 352 | 76 | 111 | 0 | 10 | 371 | 120 | 72 |
| Binary | 1011010 | 1000000 | 11101010 | 111110 | 1001001 | 0 | 1000 | 11111001 | 1010000 | 111010 |
Color Harmonies of #5A40EA
Complementary color
Monochromatic Colors of #5A40EA
Black with #5A40EA
Text Example
Text Example
White with #5A40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A40EA; }
p { color: rgb(90,64,234); }
H1.HeaderClassName
{
color: #5A40EA;
}
.AnyTagClassName
{
color: #5A40EA;
}
</style>
background-color css
<style>
a { background-color: #5A40EA; }
a { background-color: rgb(90,64,234); }
div.DivClassName
{
background-color: #5A40EA;
}
.BgClassName
{
background-color: #5A40EA;
}
</style>
border-color css
<style>
span { border-color: #5A40EA; }
span { border-color: rgb(90,64,234); }
td.TdClassName
{
border-color: #5A40EA;
}
.TagClassName
{
border-color: #5A40EA;
}
</style>