Shades of Neon Blue #4959EE
Tints of Neon Blue #4959EE
RGB
CMYK
RGB Variations
Color information
#4959EE (or 0x4959EE) is known color: Neon Blue. HEX triplet: 49, 59 and EE. RGB value is (73,89,238). Sum of RGB (Red+Green+Blue) = 73+89+238=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #4959EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4959EE is #B6A611. Grayscale: #646464. Windows color (decimal): -11970066 or 15620425. OLE color: 15620425.
HSL color Cylindrical-coordinate representation of color #4959EE: hue angle of 234.18º degrees, saturation: 0.83, 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 #4959EE is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 89 | 238 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.07 |
| HSL | 234.18º | 0.83% | 0.61% | - |
| HSV(B) | 234.18º | 0.69% | 0.93% | - |
| XYZ | 21.75 | 14.73 | 82.59 | - |
| YUV | 101.2 | 205.2 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 238 | 0.69 | 0.63 | 0 | 0.07 | 234.18 | 0.83 | 0.61 |
| Hex | 49 | 59 | EE | 45 | 3F | 0 | 7 | EA | 53 | 3D |
| Octal | 111 | 131 | 356 | 105 | 77 | 0 | 7 | 352 | 123 | 75 |
| Binary | 1001001 | 1011001 | 11101110 | 1000101 | 111111 | 0 | 111 | 11101010 | 1010011 | 111101 |
Color Harmonies of #4959EE
Complementary color
Monochromatic Colors of #4959EE
Black with #4959EE
Text Example
Text Example
White with #4959EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959EE; }
p { color: rgb(73,89,238); }
H1.HeaderClassName
{
color: #4959EE;
}
.AnyTagClassName
{
color: #4959EE;
}
</style>
background-color css
<style>
a { background-color: #4959EE; }
a { background-color: rgb(73,89,238); }
div.DivClassName
{
background-color: #4959EE;
}
.BgClassName
{
background-color: #4959EE;
}
</style>
border-color css
<style>
span { border-color: #4959EE; }
span { border-color: rgb(73,89,238); }
td.TdClassName
{
border-color: #4959EE;
}
.TagClassName
{
border-color: #4959EE;
}
</style>