Shades of Neon Blue #4949FE
Tints of Neon Blue #4949FE
RGB
CMYK
RGB Variations
Color information
#4949FE (or 0x4949FE) is known color: Neon Blue. HEX triplet: 49, 49 and FE. RGB value is (73,73,254). Sum of RGB (Red+Green+Blue) = 73+73+254=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #4949FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4949FE is #B6B601. Grayscale: #5C5C5C. Windows color (decimal): -11974146 or 16664905. OLE color: 16664905.
HSL color Cylindrical-coordinate representation of color #4949FE: hue angle of 240º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4949FE is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 73 | 254 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.64% | - |
| HSV(B) | 240º | 0.71% | 1% | - |
| XYZ | 23.02 | 13.34 | 95.13 | - |
| YUV | 93.63 | 218.5 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 254 | 0.71 | 0.71 | 0 | 0.00 | 240 | 0.99 | 0.64 |
| Hex | 49 | 49 | FE | 47 | 47 | 0 | 0 | F0 | 63 | 40 |
| Octal | 111 | 111 | 376 | 107 | 107 | 0 | 0 | 360 | 143 | 100 |
| Binary | 1001001 | 1001001 | 11111110 | 1000111 | 1000111 | 0 | 0 | 11110000 | 1100011 | 1000000 |
Color Harmonies of #4949FE
Complementary color
Monochromatic Colors of #4949FE
Black with #4949FE
Text Example
Text Example
White with #4949FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4949FE; }
p { color: rgb(73,73,254); }
H1.HeaderClassName
{
color: #4949FE;
}
.AnyTagClassName
{
color: #4949FE;
}
</style>
background-color css
<style>
a { background-color: #4949FE; }
a { background-color: rgb(73,73,254); }
div.DivClassName
{
background-color: #4949FE;
}
.BgClassName
{
background-color: #4949FE;
}
</style>
border-color css
<style>
span { border-color: #4949FE; }
span { border-color: rgb(73,73,254); }
td.TdClassName
{
border-color: #4949FE;
}
.TagClassName
{
border-color: #4949FE;
}
</style>