Shades of Neon Blue #5A52EA
Tints of Neon Blue #5A52EA
RGB
CMYK
RGB Variations
Color information
#5A52EA (or 0x5A52EA) is known color: Neon Blue. HEX triplet: 5A, 52 and EA. RGB value is (90,82,234). Sum of RGB (Red+Green+Blue) = 90+82+234=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A52EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A52EA is #A5AD15. Grayscale: #656565. Windows color (decimal): -10857750 or 15356506. OLE color: 15356506.
HSL color Cylindrical-coordinate representation of color #5A52EA: hue angle of 243.16º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A52EA is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 82 | 234 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.08 |
| HSL | 243.16º | 0.78% | 0.62% | - |
| HSV(B) | 243.16º | 0.65% | 0.92% | - |
| XYZ | 22.09 | 14.15 | 79.41 | - |
| YUV | 101.72 | 202.65 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 234 | 0.62 | 0.65 | 0 | 0.08 | 243.16 | 0.78 | 0.62 |
| Hex | 5A | 52 | EA | 3E | 41 | 0 | 8 | F3 | 4E | 3E |
| Octal | 132 | 122 | 352 | 76 | 101 | 0 | 10 | 363 | 116 | 76 |
| Binary | 1011010 | 1010010 | 11101010 | 111110 | 1000001 | 0 | 1000 | 11110011 | 1001110 | 111110 |
Color Harmonies of #5A52EA
Complementary color
Monochromatic Colors of #5A52EA
Black with #5A52EA
Text Example
Text Example
White with #5A52EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A52EA; }
p { color: rgb(90,82,234); }
H1.HeaderClassName
{
color: #5A52EA;
}
.AnyTagClassName
{
color: #5A52EA;
}
</style>
background-color css
<style>
a { background-color: #5A52EA; }
a { background-color: rgb(90,82,234); }
div.DivClassName
{
background-color: #5A52EA;
}
.BgClassName
{
background-color: #5A52EA;
}
</style>
border-color css
<style>
span { border-color: #5A52EA; }
span { border-color: rgb(90,82,234); }
td.TdClassName
{
border-color: #5A52EA;
}
.TagClassName
{
border-color: #5A52EA;
}
</style>