Shades of Neon Blue #493FDC
Tints of Neon Blue #493FDC
RGB
CMYK
RGB Variations
Color information
#493FDC (or 0x493FDC) is known color: Neon Blue. HEX triplet: 49, 3F and DC. RGB value is (73,63,220). Sum of RGB (Red+Green+Blue) = 73+63+220=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #493FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FDC is #B6C023. Grayscale: #535353. Windows color (decimal): -11976740 or 14434121. OLE color: 14434121.
HSL color Cylindrical-coordinate representation of color #493FDC: hue angle of 243.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493FDC is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 63 | 220 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.14 |
| HSL | 243.82º | 0.69% | 0.55% | - |
| HSV(B) | 243.82º | 0.71% | 0.86% | - |
| XYZ | 17.44 | 10.14 | 68.75 | - |
| YUV | 83.89 | 204.81 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 220 | 0.67 | 0.71 | 0 | 0.14 | 243.82 | 0.69 | 0.55 |
| Hex | 49 | 3F | DC | 43 | 47 | 0 | E | F4 | 45 | 37 |
| Octal | 111 | 77 | 334 | 103 | 107 | 0 | 16 | 364 | 105 | 67 |
| Binary | 1001001 | 111111 | 11011100 | 1000011 | 1000111 | 0 | 1110 | 11110100 | 1000101 | 110111 |
Color Harmonies of #493FDC
Complementary color
Monochromatic Colors of #493FDC
Black with #493FDC
Text Example
Text Example
White with #493FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FDC; }
p { color: rgb(73,63,220); }
H1.HeaderClassName
{
color: #493FDC;
}
.AnyTagClassName
{
color: #493FDC;
}
</style>
background-color css
<style>
a { background-color: #493FDC; }
a { background-color: rgb(73,63,220); }
div.DivClassName
{
background-color: #493FDC;
}
.BgClassName
{
background-color: #493FDC;
}
</style>
border-color css
<style>
span { border-color: #493FDC; }
span { border-color: rgb(73,63,220); }
td.TdClassName
{
border-color: #493FDC;
}
.TagClassName
{
border-color: #493FDC;
}
</style>