Shades of Neon Blue #493DDD
Tints of Neon Blue #493DDD
RGB
CMYK
RGB Variations
Color information
#493DDD (or 0x493DDD) is known color: Neon Blue. HEX triplet: 49, 3D and DD. RGB value is (73,61,221). Sum of RGB (Red+Green+Blue) = 73+61+221=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #493DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DDD is #B6C222. Grayscale: #525252. Windows color (decimal): -11977251 or 14499145. OLE color: 14499145.
HSL color Cylindrical-coordinate representation of color #493DDD: hue angle of 244.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493DDD is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 61 | 221 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.13 |
| HSL | 244.5º | 0.7% | 0.55% | - |
| HSV(B) | 244.5º | 0.72% | 0.87% | - |
| XYZ | 17.47 | 9.97 | 69.41 | - |
| YUV | 82.83 | 205.98 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 221 | 0.67 | 0.72 | 0 | 0.13 | 244.5 | 0.7 | 0.55 |
| Hex | 49 | 3D | DD | 43 | 48 | 0 | D | F4 | 46 | 37 |
| Octal | 111 | 75 | 335 | 103 | 110 | 0 | 15 | 364 | 106 | 67 |
| Binary | 1001001 | 111101 | 11011101 | 1000011 | 1001000 | 0 | 1101 | 11110100 | 1000110 | 110111 |
Color Harmonies of #493DDD
Complementary color
Monochromatic Colors of #493DDD
Black with #493DDD
Text Example
Text Example
White with #493DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DDD; }
p { color: rgb(73,61,221); }
H1.HeaderClassName
{
color: #493DDD;
}
.AnyTagClassName
{
color: #493DDD;
}
</style>
background-color css
<style>
a { background-color: #493DDD; }
a { background-color: rgb(73,61,221); }
div.DivClassName
{
background-color: #493DDD;
}
.BgClassName
{
background-color: #493DDD;
}
</style>
border-color css
<style>
span { border-color: #493DDD; }
span { border-color: rgb(73,61,221); }
td.TdClassName
{
border-color: #493DDD;
}
.TagClassName
{
border-color: #493DDD;
}
</style>