Shades of Neon Blue #4959ED
Tints of Neon Blue #4959ED
RGB
CMYK
RGB Variations
Color information
#4959ED (or 0x4959ED) is known color: Neon Blue. HEX triplet: 49, 59 and ED. RGB value is (73,89,237). Sum of RGB (Red+Green+Blue) = 73+89+237=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #4959ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4959ED is #B6A612. Grayscale: #646464. Windows color (decimal): -11970067 or 15554889. OLE color: 15554889.
HSL color Cylindrical-coordinate representation of color #4959ED: hue angle of 234.15º degrees, saturation: 0.82, 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 #4959ED is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 89 | 237 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.07 |
| HSL | 234.15º | 0.82% | 0.61% | - |
| HSV(B) | 234.15º | 0.69% | 0.93% | - |
| XYZ | 21.61 | 14.68 | 81.81 | - |
| YUV | 101.09 | 204.7 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 237 | 0.69 | 0.62 | 0 | 0.07 | 234.15 | 0.82 | 0.61 |
| Hex | 49 | 59 | ED | 45 | 3E | 0 | 7 | EA | 52 | 3D |
| Octal | 111 | 131 | 355 | 105 | 76 | 0 | 7 | 352 | 122 | 75 |
| Binary | 1001001 | 1011001 | 11101101 | 1000101 | 111110 | 0 | 111 | 11101010 | 1010010 | 111101 |
Color Harmonies of #4959ED
Complementary color
Monochromatic Colors of #4959ED
Black with #4959ED
Text Example
Text Example
White with #4959ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959ED; }
p { color: rgb(73,89,237); }
H1.HeaderClassName
{
color: #4959ED;
}
.AnyTagClassName
{
color: #4959ED;
}
</style>
background-color css
<style>
a { background-color: #4959ED; }
a { background-color: rgb(73,89,237); }
div.DivClassName
{
background-color: #4959ED;
}
.BgClassName
{
background-color: #4959ED;
}
</style>
border-color css
<style>
span { border-color: #4959ED; }
span { border-color: rgb(73,89,237); }
td.TdClassName
{
border-color: #4959ED;
}
.TagClassName
{
border-color: #4959ED;
}
</style>