Shades of Neon Blue #5941EC
Tints of Neon Blue #5941EC
RGB
CMYK
RGB Variations
Color information
#5941EC (or 0x5941EC) is known color: Neon Blue. HEX triplet: 59, 41 and EC. RGB value is (89,65,236). Sum of RGB (Red+Green+Blue) = 89+65+236=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #5941EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5941EC is #A6BE13. Grayscale: #5B5B5B. Windows color (decimal): -10927636 or 15483225. OLE color: 15483225.
HSL color Cylindrical-coordinate representation of color #5941EC: hue angle of 248.42º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5941EC is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 65 | 236 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.07 |
| HSL | 248.42º | 0.82% | 0.59% | - |
| HSV(B) | 248.42º | 0.72% | 0.93% | - |
| XYZ | 21.15 | 11.96 | 80.55 | - |
| YUV | 91.67 | 209.45 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 65 | 236 | 0.62 | 0.72 | 0 | 0.07 | 248.42 | 0.82 | 0.59 |
| Hex | 59 | 41 | EC | 3E | 48 | 0 | 7 | F8 | 52 | 3B |
| Octal | 131 | 101 | 354 | 76 | 110 | 0 | 7 | 370 | 122 | 73 |
| Binary | 1011001 | 1000001 | 11101100 | 111110 | 1001000 | 0 | 111 | 11111000 | 1010010 | 111011 |
Color Harmonies of #5941EC
Complementary color
Monochromatic Colors of #5941EC
Black with #5941EC
Text Example
Text Example
White with #5941EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5941EC; }
p { color: rgb(89,65,236); }
H1.HeaderClassName
{
color: #5941EC;
}
.AnyTagClassName
{
color: #5941EC;
}
</style>
background-color css
<style>
a { background-color: #5941EC; }
a { background-color: rgb(89,65,236); }
div.DivClassName
{
background-color: #5941EC;
}
.BgClassName
{
background-color: #5941EC;
}
</style>
border-color css
<style>
span { border-color: #5941EC; }
span { border-color: rgb(89,65,236); }
td.TdClassName
{
border-color: #5941EC;
}
.TagClassName
{
border-color: #5941EC;
}
</style>