Shades of Neon Blue #493CDF
Tints of Neon Blue #493CDF
RGB
CMYK
RGB Variations
Color information
#493CDF (or 0x493CDF) is known color: Neon Blue. HEX triplet: 49, 3C and DF. RGB value is (73,60,223). Sum of RGB (Red+Green+Blue) = 73+60+223=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #493CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CDF is #B6C320. Grayscale: #515151. Windows color (decimal): -11977505 or 14629961. OLE color: 14629961.
HSL color Cylindrical-coordinate representation of color #493CDF: hue angle of 244.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493CDF is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 60 | 223 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.13 |
| HSL | 244.79º | 0.72% | 0.55% | - |
| HSV(B) | 244.79º | 0.73% | 0.87% | - |
| XYZ | 17.68 | 9.98 | 70.81 | - |
| YUV | 82.47 | 207.31 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 223 | 0.67 | 0.73 | 0 | 0.13 | 244.79 | 0.72 | 0.55 |
| Hex | 49 | 3C | DF | 43 | 49 | 0 | D | F5 | 48 | 37 |
| Octal | 111 | 74 | 337 | 103 | 111 | 0 | 15 | 365 | 110 | 67 |
| Binary | 1001001 | 111100 | 11011111 | 1000011 | 1001001 | 0 | 1101 | 11110101 | 1001000 | 110111 |
Color Harmonies of #493CDF
Complementary color
Monochromatic Colors of #493CDF
Black with #493CDF
Text Example
Text Example
White with #493CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CDF; }
p { color: rgb(73,60,223); }
H1.HeaderClassName
{
color: #493CDF;
}
.AnyTagClassName
{
color: #493CDF;
}
</style>
background-color css
<style>
a { background-color: #493CDF; }
a { background-color: rgb(73,60,223); }
div.DivClassName
{
background-color: #493CDF;
}
.BgClassName
{
background-color: #493CDF;
}
</style>
border-color css
<style>
span { border-color: #493CDF; }
span { border-color: rgb(73,60,223); }
td.TdClassName
{
border-color: #493CDF;
}
.TagClassName
{
border-color: #493CDF;
}
</style>