Shades of Neon Blue #4948DF
Tints of Neon Blue #4948DF
RGB
CMYK
RGB Variations
Color information
#4948DF (or 0x4948DF) is known color: Neon Blue. HEX triplet: 49, 48 and DF. RGB value is (73,72,223). Sum of RGB (Red+Green+Blue) = 73+72+223=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #4948DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4948DF is #B6B720. Grayscale: #585858. Windows color (decimal): -11974433 or 14633033. OLE color: 14633033.
HSL color Cylindrical-coordinate representation of color #4948DF: hue angle of 240.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4948DF is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 72 | 223 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.13 |
| HSL | 240.4º | 0.7% | 0.58% | - |
| HSV(B) | 240.4º | 0.68% | 0.87% | - |
| XYZ | 18.38 | 11.38 | 71.04 | - |
| YUV | 89.51 | 203.33 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 223 | 0.67 | 0.68 | 0 | 0.13 | 240.4 | 0.7 | 0.58 |
| Hex | 49 | 48 | DF | 43 | 44 | 0 | D | F0 | 46 | 3A |
| Octal | 111 | 110 | 337 | 103 | 104 | 0 | 15 | 360 | 106 | 72 |
| Binary | 1001001 | 1001000 | 11011111 | 1000011 | 1000100 | 0 | 1101 | 11110000 | 1000110 | 111010 |
Color Harmonies of #4948DF
Complementary color
Monochromatic Colors of #4948DF
Black with #4948DF
Text Example
Text Example
White with #4948DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4948DF; }
p { color: rgb(73,72,223); }
H1.HeaderClassName
{
color: #4948DF;
}
.AnyTagClassName
{
color: #4948DF;
}
</style>
background-color css
<style>
a { background-color: #4948DF; }
a { background-color: rgb(73,72,223); }
div.DivClassName
{
background-color: #4948DF;
}
.BgClassName
{
background-color: #4948DF;
}
</style>
border-color css
<style>
span { border-color: #4948DF; }
span { border-color: rgb(73,72,223); }
td.TdClassName
{
border-color: #4948DF;
}
.TagClassName
{
border-color: #4948DF;
}
</style>