Shades of Neon Blue #4959FF
Tints of Neon Blue #4959FF
RGB
CMYK
RGB Variations
Color information
#4959FF (or 0x4959FF) is known color: Neon Blue. HEX triplet: 49, 59 and FF. RGB value is (73,89,255). Sum of RGB (Red+Green+Blue) = 73+89+255=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #4959FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4959FF is #B6A600. Grayscale: #666666. Windows color (decimal): -11970049 or 16734537. OLE color: 16734537.
HSL color Cylindrical-coordinate representation of color #4959FF: hue angle of 234.73º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4959FF is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 89 | 255 | - |
| CMYK | 0.71 | 0.65 | 0 | 0 |
| HSL | 234.73º | 1% | 0.64% | - |
| HSV(B) | 234.73º | 0.71% | 1% | - |
| XYZ | 24.37 | 15.78 | 96.37 | - |
| YUV | 103.14 | 213.7 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 255 | 0.71 | 0.65 | 0 | 0 | 234.73 | 1 | 0.64 |
| Hex | 49 | 59 | FF | 47 | 41 | 0 | 0 | EB | 64 | 40 |
| Octal | 111 | 131 | 377 | 107 | 101 | 0 | 0 | 353 | 144 | 100 |
| Binary | 1001001 | 1011001 | 11111111 | 1000111 | 1000001 | 0 | 0 | 11101011 | 1100100 | 1000000 |
Color Harmonies of #4959FF
Complementary color
Monochromatic Colors of #4959FF
Black with #4959FF
Text Example
Text Example
White with #4959FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959FF; }
p { color: rgb(73,89,255); }
H1.HeaderClassName
{
color: #4959FF;
}
.AnyTagClassName
{
color: #4959FF;
}
</style>
background-color css
<style>
a { background-color: #4959FF; }
a { background-color: rgb(73,89,255); }
div.DivClassName
{
background-color: #4959FF;
}
.BgClassName
{
background-color: #4959FF;
}
</style>
border-color css
<style>
span { border-color: #4959FF; }
span { border-color: rgb(73,89,255); }
td.TdClassName
{
border-color: #4959FF;
}
.TagClassName
{
border-color: #4959FF;
}
</style>