Shades of Neon Blue #4940DF
Tints of Neon Blue #4940DF
RGB
CMYK
RGB Variations
Color information
#4940DF (or 0x4940DF) is known color: Neon Blue. HEX triplet: 49, 40 and DF. RGB value is (73,64,223). Sum of RGB (Red+Green+Blue) = 73+64+223=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #4940DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4940DF is #B6BF20. Grayscale: #545454. Windows color (decimal): -11976481 or 14630985. OLE color: 14630985.
HSL color Cylindrical-coordinate representation of color #4940DF: hue angle of 243.4º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4940DF is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 64 | 223 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.13 |
| HSL | 243.4º | 0.71% | 0.56% | - |
| HSV(B) | 243.4º | 0.71% | 0.87% | - |
| XYZ | 17.9 | 10.41 | 70.88 | - |
| YUV | 84.82 | 205.98 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 223 | 0.67 | 0.71 | 0 | 0.13 | 243.4 | 0.71 | 0.56 |
| Hex | 49 | 40 | DF | 43 | 47 | 0 | D | F3 | 47 | 38 |
| Octal | 111 | 100 | 337 | 103 | 107 | 0 | 15 | 363 | 107 | 70 |
| Binary | 1001001 | 1000000 | 11011111 | 1000011 | 1000111 | 0 | 1101 | 11110011 | 1000111 | 111000 |
Color Harmonies of #4940DF
Complementary color
Monochromatic Colors of #4940DF
Black with #4940DF
Text Example
Text Example
White with #4940DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940DF; }
p { color: rgb(73,64,223); }
H1.HeaderClassName
{
color: #4940DF;
}
.AnyTagClassName
{
color: #4940DF;
}
</style>
background-color css
<style>
a { background-color: #4940DF; }
a { background-color: rgb(73,64,223); }
div.DivClassName
{
background-color: #4940DF;
}
.BgClassName
{
background-color: #4940DF;
}
</style>
border-color css
<style>
span { border-color: #4940DF; }
span { border-color: rgb(73,64,223); }
td.TdClassName
{
border-color: #4940DF;
}
.TagClassName
{
border-color: #4940DF;
}
</style>