Shades of Neon Blue #5A43EA
Tints of Neon Blue #5A43EA
RGB
CMYK
RGB Variations
Color information
#5A43EA (or 0x5A43EA) is known color: Neon Blue. HEX triplet: 5A, 43 and EA. RGB value is (90,67,234). Sum of RGB (Red+Green+Blue) = 90+67+234=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A43EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A43EA is #A5BC15. Grayscale: #5C5C5C. Windows color (decimal): -10861590 or 15352666. OLE color: 15352666.
HSL color Cylindrical-coordinate representation of color #5A43EA: hue angle of 248.26º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A43EA is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 67 | 234 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.08 |
| HSL | 248.26º | 0.8% | 0.59% | - |
| HSV(B) | 248.26º | 0.71% | 0.92% | - |
| XYZ | 21.07 | 12.13 | 79.07 | - |
| YUV | 92.92 | 207.62 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 234 | 0.62 | 0.71 | 0 | 0.08 | 248.26 | 0.8 | 0.59 |
| Hex | 5A | 43 | EA | 3E | 47 | 0 | 8 | F8 | 50 | 3B |
| Octal | 132 | 103 | 352 | 76 | 107 | 0 | 10 | 370 | 120 | 73 |
| Binary | 1011010 | 1000011 | 11101010 | 111110 | 1000111 | 0 | 1000 | 11111000 | 1010000 | 111011 |
Color Harmonies of #5A43EA
Complementary color
Monochromatic Colors of #5A43EA
Black with #5A43EA
Text Example
Text Example
White with #5A43EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A43EA; }
p { color: rgb(90,67,234); }
H1.HeaderClassName
{
color: #5A43EA;
}
.AnyTagClassName
{
color: #5A43EA;
}
</style>
background-color css
<style>
a { background-color: #5A43EA; }
a { background-color: rgb(90,67,234); }
div.DivClassName
{
background-color: #5A43EA;
}
.BgClassName
{
background-color: #5A43EA;
}
</style>
border-color css
<style>
span { border-color: #5A43EA; }
span { border-color: rgb(90,67,234); }
td.TdClassName
{
border-color: #5A43EA;
}
.TagClassName
{
border-color: #5A43EA;
}
</style>