Shades of Neon Blue #4959EC
Tints of Neon Blue #4959EC
RGB
CMYK
RGB Variations
Color information
#4959EC (or 0x4959EC) is known color: Neon Blue. HEX triplet: 49, 59 and EC. RGB value is (73,89,236). Sum of RGB (Red+Green+Blue) = 73+89+236=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #4959EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4959EC is #B6A613. Grayscale: #646464. Windows color (decimal): -11970068 or 15489353. OLE color: 15489353.
HSL color Cylindrical-coordinate representation of color #4959EC: hue angle of 234.11º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4959EC is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 89 | 236 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.07 |
| HSL | 234.11º | 0.81% | 0.61% | - |
| HSV(B) | 234.11º | 0.69% | 0.93% | - |
| XYZ | 21.46 | 14.62 | 81.05 | - |
| YUV | 100.97 | 204.2 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 236 | 0.69 | 0.62 | 0 | 0.07 | 234.11 | 0.81 | 0.61 |
| Hex | 49 | 59 | EC | 45 | 3E | 0 | 7 | EA | 51 | 3D |
| Octal | 111 | 131 | 354 | 105 | 76 | 0 | 7 | 352 | 121 | 75 |
| Binary | 1001001 | 1011001 | 11101100 | 1000101 | 111110 | 0 | 111 | 11101010 | 1010001 | 111101 |
Color Harmonies of #4959EC
Complementary color
Monochromatic Colors of #4959EC
Black with #4959EC
Text Example
Text Example
White with #4959EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959EC; }
p { color: rgb(73,89,236); }
H1.HeaderClassName
{
color: #4959EC;
}
.AnyTagClassName
{
color: #4959EC;
}
</style>
background-color css
<style>
a { background-color: #4959EC; }
a { background-color: rgb(73,89,236); }
div.DivClassName
{
background-color: #4959EC;
}
.BgClassName
{
background-color: #4959EC;
}
</style>
border-color css
<style>
span { border-color: #4959EC; }
span { border-color: rgb(73,89,236); }
td.TdClassName
{
border-color: #4959EC;
}
.TagClassName
{
border-color: #4959EC;
}
</style>