Shades of Neon Blue #4949DF
Tints of Neon Blue #4949DF
RGB
CMYK
RGB Variations
Color information
#4949DF (or 0x4949DF) is known color: Neon Blue. HEX triplet: 49, 49 and DF. RGB value is (73,73,223). Sum of RGB (Red+Green+Blue) = 73+73+223=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #4949DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4949DF is #B6B620. Grayscale: #595959. Windows color (decimal): -11974177 or 14633289. OLE color: 14633289.
HSL color Cylindrical-coordinate representation of color #4949DF: hue angle of 240º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4949DF is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 73 | 223 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.13 |
| HSL | 240º | 0.7% | 0.58% | - |
| HSV(B) | 240º | 0.67% | 0.87% | - |
| XYZ | 18.45 | 11.51 | 71.06 | - |
| YUV | 90.1 | 203 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 223 | 0.67 | 0.67 | 0 | 0.13 | 240 | 0.7 | 0.58 |
| Hex | 49 | 49 | DF | 43 | 43 | 0 | D | F0 | 46 | 3A |
| Octal | 111 | 111 | 337 | 103 | 103 | 0 | 15 | 360 | 106 | 72 |
| Binary | 1001001 | 1001001 | 11011111 | 1000011 | 1000011 | 0 | 1101 | 11110000 | 1000110 | 111010 |
Color Harmonies of #4949DF
Complementary color
Monochromatic Colors of #4949DF
Black with #4949DF
Text Example
Text Example
White with #4949DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4949DF; }
p { color: rgb(73,73,223); }
H1.HeaderClassName
{
color: #4949DF;
}
.AnyTagClassName
{
color: #4949DF;
}
</style>
background-color css
<style>
a { background-color: #4949DF; }
a { background-color: rgb(73,73,223); }
div.DivClassName
{
background-color: #4949DF;
}
.BgClassName
{
background-color: #4949DF;
}
</style>
border-color css
<style>
span { border-color: #4949DF; }
span { border-color: rgb(73,73,223); }
td.TdClassName
{
border-color: #4949DF;
}
.TagClassName
{
border-color: #4949DF;
}
</style>