Shades of Neon Blue #5952EA
Tints of Neon Blue #5952EA
RGB
CMYK
RGB Variations
Color information
#5952EA (or 0x5952EA) is known color: Neon Blue. HEX triplet: 59, 52 and EA. RGB value is (89,82,234). Sum of RGB (Red+Green+Blue) = 89+82+234=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #5952EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5952EA is #A6AD15. Grayscale: #646464. Windows color (decimal): -10923286 or 15356505. OLE color: 15356505.
HSL color Cylindrical-coordinate representation of color #5952EA: hue angle of 242.76º 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 #5952EA is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 82 | 234 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.08 |
| HSL | 242.76º | 0.78% | 0.62% | - |
| HSV(B) | 242.76º | 0.65% | 0.92% | - |
| XYZ | 21.99 | 14.1 | 79.4 | - |
| YUV | 101.42 | 202.82 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 234 | 0.62 | 0.65 | 0 | 0.08 | 242.76 | 0.78 | 0.62 |
| Hex | 59 | 52 | EA | 3E | 41 | 0 | 8 | F3 | 4E | 3E |
| Octal | 131 | 122 | 352 | 76 | 101 | 0 | 10 | 363 | 116 | 76 |
| Binary | 1011001 | 1010010 | 11101010 | 111110 | 1000001 | 0 | 1000 | 11110011 | 1001110 | 111110 |
Color Harmonies of #5952EA
Complementary color
Monochromatic Colors of #5952EA
Black with #5952EA
Text Example
Text Example
White with #5952EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5952EA; }
p { color: rgb(89,82,234); }
H1.HeaderClassName
{
color: #5952EA;
}
.AnyTagClassName
{
color: #5952EA;
}
</style>
background-color css
<style>
a { background-color: #5952EA; }
a { background-color: rgb(89,82,234); }
div.DivClassName
{
background-color: #5952EA;
}
.BgClassName
{
background-color: #5952EA;
}
</style>
border-color css
<style>
span { border-color: #5952EA; }
span { border-color: rgb(89,82,234); }
td.TdClassName
{
border-color: #5952EA;
}
.TagClassName
{
border-color: #5952EA;
}
</style>