Shades of Neon Blue #4949FF
Tints of Neon Blue #4949FF
RGB
CMYK
RGB Variations
Color information
#4949FF (or 0x4949FF) is known color: Neon Blue. HEX triplet: 49, 49 and FF. RGB value is (73,73,255). Sum of RGB (Red+Green+Blue) = 73+73+255=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #4949FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4949FF is #B6B600. Grayscale: #5D5D5D. Windows color (decimal): -11974145 or 16730441. OLE color: 16730441.
HSL color Cylindrical-coordinate representation of color #4949FF: hue angle of 240º 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 #4949FF is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 73 | 255 | - |
| CMYK | 0.71 | 0.71 | 0 | 0 |
| HSL | 240º | 1% | 0.64% | - |
| HSV(B) | 240º | 0.71% | 1% | - |
| XYZ | 23.18 | 13.4 | 95.97 | - |
| YUV | 93.75 | 219 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 255 | 0.71 | 0.71 | 0 | 0 | 240 | 1 | 0.64 |
| Hex | 49 | 49 | FF | 47 | 47 | 0 | 0 | F0 | 64 | 40 |
| Octal | 111 | 111 | 377 | 107 | 107 | 0 | 0 | 360 | 144 | 100 |
| Binary | 1001001 | 1001001 | 11111111 | 1000111 | 1000111 | 0 | 0 | 11110000 | 1100100 | 1000000 |
Color Harmonies of #4949FF
Complementary color
Monochromatic Colors of #4949FF
Black with #4949FF
Text Example
Text Example
White with #4949FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4949FF; }
p { color: rgb(73,73,255); }
H1.HeaderClassName
{
color: #4949FF;
}
.AnyTagClassName
{
color: #4949FF;
}
</style>
background-color css
<style>
a { background-color: #4949FF; }
a { background-color: rgb(73,73,255); }
div.DivClassName
{
background-color: #4949FF;
}
.BgClassName
{
background-color: #4949FF;
}
</style>
border-color css
<style>
span { border-color: #4949FF; }
span { border-color: rgb(73,73,255); }
td.TdClassName
{
border-color: #4949FF;
}
.TagClassName
{
border-color: #4949FF;
}
</style>