Shades of Neon Blue #4959F2
Tints of Neon Blue #4959F2
RGB
CMYK
RGB Variations
Color information
#4959F2 (or 0x4959F2) is known color: Neon Blue. HEX triplet: 49, 59 and F2. RGB value is (73,89,242). Sum of RGB (Red+Green+Blue) = 73+89+242=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 242 (94.92% from 255 or 59.90% from 404); Max value from RGB is 242 - color contains mainly: blue. Hex color #4959F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4959F2 is #B6A60D. Grayscale: #656565. Windows color (decimal): -11970062 or 15882569. OLE color: 15882569.
HSL color Cylindrical-coordinate representation of color #4959F2: hue angle of 234.32º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4959F2 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 89 | 242 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.05 |
| HSL | 234.32º | 0.87% | 0.62% | - |
| HSV(B) | 234.32º | 0.7% | 0.95% | - |
| XYZ | 22.35 | 14.97 | 85.72 | - |
| YUV | 101.66 | 207.2 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 242 | 0.70 | 0.63 | 0 | 0.05 | 234.32 | 0.87 | 0.62 |
| Hex | 49 | 59 | F2 | 46 | 3F | 0 | 5 | EA | 57 | 3E |
| Octal | 111 | 131 | 362 | 106 | 77 | 0 | 5 | 352 | 127 | 76 |
| Binary | 1001001 | 1011001 | 11110010 | 1000110 | 111111 | 0 | 101 | 11101010 | 1010111 | 111110 |
Color Harmonies of #4959F2
Complementary color
Monochromatic Colors of #4959F2
Black with #4959F2
Text Example
Text Example
White with #4959F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959F2; }
p { color: rgb(73,89,242); }
H1.HeaderClassName
{
color: #4959F2;
}
.AnyTagClassName
{
color: #4959F2;
}
</style>
background-color css
<style>
a { background-color: #4959F2; }
a { background-color: rgb(73,89,242); }
div.DivClassName
{
background-color: #4959F2;
}
.BgClassName
{
background-color: #4959F2;
}
</style>
border-color css
<style>
span { border-color: #4959F2; }
span { border-color: rgb(73,89,242); }
td.TdClassName
{
border-color: #4959F2;
}
.TagClassName
{
border-color: #4959F2;
}
</style>