Shades of Neon Blue #493CDC
Tints of Neon Blue #493CDC
RGB
CMYK
RGB Variations
Color information
#493CDC (or 0x493CDC) is known color: Neon Blue. HEX triplet: 49, 3C and DC. RGB value is (73,60,220). Sum of RGB (Red+Green+Blue) = 73+60+220=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #493CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CDC is #B6C323. Grayscale: #515151. Windows color (decimal): -11977508 or 14433353. OLE color: 14433353.
HSL color Cylindrical-coordinate representation of color #493CDC: hue angle of 244.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493CDC is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 60 | 220 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.14 |
| HSL | 244.88º | 0.7% | 0.55% | - |
| HSV(B) | 244.88º | 0.73% | 0.86% | - |
| XYZ | 17.28 | 9.82 | 68.69 | - |
| YUV | 82.13 | 205.81 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 220 | 0.67 | 0.73 | 0 | 0.14 | 244.88 | 0.7 | 0.55 |
| Hex | 49 | 3C | DC | 43 | 49 | 0 | E | F5 | 46 | 37 |
| Octal | 111 | 74 | 334 | 103 | 111 | 0 | 16 | 365 | 106 | 67 |
| Binary | 1001001 | 111100 | 11011100 | 1000011 | 1001001 | 0 | 1110 | 11110101 | 1000110 | 110111 |
Color Harmonies of #493CDC
Complementary color
Monochromatic Colors of #493CDC
Black with #493CDC
Text Example
Text Example
White with #493CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CDC; }
p { color: rgb(73,60,220); }
H1.HeaderClassName
{
color: #493CDC;
}
.AnyTagClassName
{
color: #493CDC;
}
</style>
background-color css
<style>
a { background-color: #493CDC; }
a { background-color: rgb(73,60,220); }
div.DivClassName
{
background-color: #493CDC;
}
.BgClassName
{
background-color: #493CDC;
}
</style>
border-color css
<style>
span { border-color: #493CDC; }
span { border-color: rgb(73,60,220); }
td.TdClassName
{
border-color: #493CDC;
}
.TagClassName
{
border-color: #493CDC;
}
</style>