Shades of Neon Blue #493FDF
Tints of Neon Blue #493FDF
RGB
CMYK
RGB Variations
Color information
#493FDF (or 0x493FDF) is known color: Neon Blue. HEX triplet: 49, 3F and DF. RGB value is (73,63,223). Sum of RGB (Red+Green+Blue) = 73+63+223=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #493FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FDF is #B6C020. Grayscale: #535353. Windows color (decimal): -11976737 or 14630729. OLE color: 14630729.
HSL color Cylindrical-coordinate representation of color #493FDF: hue angle of 243.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493FDF is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 63 | 223 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.13 |
| HSL | 243.75º | 0.71% | 0.56% | - |
| HSV(B) | 243.75º | 0.72% | 0.87% | - |
| XYZ | 17.84 | 10.3 | 70.86 | - |
| YUV | 84.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 223 | 0.67 | 0.72 | 0 | 0.13 | 243.75 | 0.71 | 0.56 |
| Hex | 49 | 3F | DF | 43 | 48 | 0 | D | F4 | 47 | 38 |
| Octal | 111 | 77 | 337 | 103 | 110 | 0 | 15 | 364 | 107 | 70 |
| Binary | 1001001 | 111111 | 11011111 | 1000011 | 1001000 | 0 | 1101 | 11110100 | 1000111 | 111000 |
Color Harmonies of #493FDF
Complementary color
Monochromatic Colors of #493FDF
Black with #493FDF
Text Example
Text Example
White with #493FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FDF; }
p { color: rgb(73,63,223); }
H1.HeaderClassName
{
color: #493FDF;
}
.AnyTagClassName
{
color: #493FDF;
}
</style>
background-color css
<style>
a { background-color: #493FDF; }
a { background-color: rgb(73,63,223); }
div.DivClassName
{
background-color: #493FDF;
}
.BgClassName
{
background-color: #493FDF;
}
</style>
border-color css
<style>
span { border-color: #493FDF; }
span { border-color: rgb(73,63,223); }
td.TdClassName
{
border-color: #493FDF;
}
.TagClassName
{
border-color: #493FDF;
}
</style>