Shades of Neon Blue #4946DF
Tints of Neon Blue #4946DF
RGB
CMYK
RGB Variations
Color information
#4946DF (or 0x4946DF) is known color: Neon Blue. HEX triplet: 49, 46 and DF. RGB value is (73,70,223). Sum of RGB (Red+Green+Blue) = 73+70+223=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #4946DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4946DF is #B6B920. Grayscale: #575757. Windows color (decimal): -11974945 or 14632521. OLE color: 14632521.
HSL color Cylindrical-coordinate representation of color #4946DF: hue angle of 241.18º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4946DF is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 70 | 223 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.13 |
| HSL | 241.18º | 0.71% | 0.57% | - |
| HSV(B) | 241.18º | 0.69% | 0.87% | - |
| XYZ | 18.26 | 11.12 | 71 | - |
| YUV | 88.34 | 203.99 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 223 | 0.67 | 0.69 | 0 | 0.13 | 241.18 | 0.71 | 0.57 |
| Hex | 49 | 46 | DF | 43 | 45 | 0 | D | F1 | 47 | 39 |
| Octal | 111 | 106 | 337 | 103 | 105 | 0 | 15 | 361 | 107 | 71 |
| Binary | 1001001 | 1000110 | 11011111 | 1000011 | 1000101 | 0 | 1101 | 11110001 | 1000111 | 111001 |
Color Harmonies of #4946DF
Complementary color
Monochromatic Colors of #4946DF
Black with #4946DF
Text Example
Text Example
White with #4946DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4946DF; }
p { color: rgb(73,70,223); }
H1.HeaderClassName
{
color: #4946DF;
}
.AnyTagClassName
{
color: #4946DF;
}
</style>
background-color css
<style>
a { background-color: #4946DF; }
a { background-color: rgb(73,70,223); }
div.DivClassName
{
background-color: #4946DF;
}
.BgClassName
{
background-color: #4946DF;
}
</style>
border-color css
<style>
span { border-color: #4946DF; }
span { border-color: rgb(73,70,223); }
td.TdClassName
{
border-color: #4946DF;
}
.TagClassName
{
border-color: #4946DF;
}
</style>