Shades of Neon Blue #4959FB
Tints of Neon Blue #4959FB
RGB
CMYK
RGB Variations
Color information
#4959FB (or 0x4959FB) is known color: Neon Blue. HEX triplet: 49, 59 and FB. RGB value is (73,89,251). Sum of RGB (Red+Green+Blue) = 73+89+251=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #4959FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4959FB is #B6A604. Grayscale: #666666. Windows color (decimal): -11970053 or 16472393. OLE color: 16472393.
HSL color Cylindrical-coordinate representation of color #4959FB: hue angle of 234.61º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4959FB is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 89 | 251 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.02 |
| HSL | 234.61º | 0.96% | 0.64% | - |
| HSV(B) | 234.61º | 0.71% | 0.98% | - |
| XYZ | 23.73 | 15.53 | 93.01 | - |
| YUV | 102.68 | 211.7 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 251 | 0.71 | 0.65 | 0 | 0.02 | 234.61 | 0.96 | 0.64 |
| Hex | 49 | 59 | FB | 47 | 41 | 0 | 2 | EB | 60 | 40 |
| Octal | 111 | 131 | 373 | 107 | 101 | 0 | 2 | 353 | 140 | 100 |
| Binary | 1001001 | 1011001 | 11111011 | 1000111 | 1000001 | 0 | 10 | 11101011 | 1100000 | 1000000 |
Color Harmonies of #4959FB
Complementary color
Monochromatic Colors of #4959FB
Black with #4959FB
Text Example
Text Example
White with #4959FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959FB; }
p { color: rgb(73,89,251); }
H1.HeaderClassName
{
color: #4959FB;
}
.AnyTagClassName
{
color: #4959FB;
}
</style>
background-color css
<style>
a { background-color: #4959FB; }
a { background-color: rgb(73,89,251); }
div.DivClassName
{
background-color: #4959FB;
}
.BgClassName
{
background-color: #4959FB;
}
</style>
border-color css
<style>
span { border-color: #4959FB; }
span { border-color: rgb(73,89,251); }
td.TdClassName
{
border-color: #4959FB;
}
.TagClassName
{
border-color: #4959FB;
}
</style>