Shades of Neon Blue #493FF0
Tints of Neon Blue #493FF0
RGB
CMYK
RGB Variations
Color information
#493FF0 (or 0x493FF0) is known color: Neon Blue. HEX triplet: 49, 3F and F0. RGB value is (73,63,240). Sum of RGB (Red+Green+Blue) = 73+63+240=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #493FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FF0 is #B6C00F. Grayscale: #555555. Windows color (decimal): -11976720 or 15744841. OLE color: 15744841.
HSL color Cylindrical-coordinate representation of color #493FF0: hue angle of 243.39º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493FF0 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 63 | 240 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.06 |
| HSL | 243.39º | 0.86% | 0.59% | - |
| HSV(B) | 243.39º | 0.74% | 0.94% | - |
| XYZ | 20.25 | 11.26 | 83.54 | - |
| YUV | 86.17 | 214.81 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 240 | 0.70 | 0.74 | 0 | 0.06 | 243.39 | 0.86 | 0.59 |
| Hex | 49 | 3F | F0 | 46 | 4A | 0 | 6 | F3 | 56 | 3B |
| Octal | 111 | 77 | 360 | 106 | 112 | 0 | 6 | 363 | 126 | 73 |
| Binary | 1001001 | 111111 | 11110000 | 1000110 | 1001010 | 0 | 110 | 11110011 | 1010110 | 111011 |
Color Harmonies of #493FF0
Complementary color
Monochromatic Colors of #493FF0
Black with #493FF0
Text Example
Text Example
White with #493FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FF0; }
p { color: rgb(73,63,240); }
H1.HeaderClassName
{
color: #493FF0;
}
.AnyTagClassName
{
color: #493FF0;
}
</style>
background-color css
<style>
a { background-color: #493FF0; }
a { background-color: rgb(73,63,240); }
div.DivClassName
{
background-color: #493FF0;
}
.BgClassName
{
background-color: #493FF0;
}
</style>
border-color css
<style>
span { border-color: #493FF0; }
span { border-color: rgb(73,63,240); }
td.TdClassName
{
border-color: #493FF0;
}
.TagClassName
{
border-color: #493FF0;
}
</style>