Shades of Neon Blue #493FFF
Tints of Neon Blue #493FFF
RGB
CMYK
RGB Variations
Color information
#493FFF (or 0x493FFF) is known color: Neon Blue. HEX triplet: 49, 3F and FF. RGB value is (73,63,255). Sum of RGB (Red+Green+Blue) = 73+63+255=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #493FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FFF is #B6C000. Grayscale: #575757. Windows color (decimal): -11976705 or 16727881. OLE color: 16727881.
HSL color Cylindrical-coordinate representation of color #493FFF: hue angle of 243.13º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493FFF is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 63 | 255 | - |
| CMYK | 0.71 | 0.75 | 0 | 0 |
| HSL | 243.13º | 1% | 0.62% | - |
| HSV(B) | 243.13º | 0.75% | 1% | - |
| XYZ | 22.58 | 12.19 | 95.77 | - |
| YUV | 87.88 | 222.31 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 255 | 0.71 | 0.75 | 0 | 0 | 243.13 | 1 | 0.62 |
| Hex | 49 | 3F | FF | 47 | 4B | 0 | 0 | F3 | 64 | 3E |
| Octal | 111 | 77 | 377 | 107 | 113 | 0 | 0 | 363 | 144 | 76 |
| Binary | 1001001 | 111111 | 11111111 | 1000111 | 1001011 | 0 | 0 | 11110011 | 1100100 | 111110 |
Color Harmonies of #493FFF
Complementary color
Monochromatic Colors of #493FFF
Black with #493FFF
Text Example
Text Example
White with #493FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FFF; }
p { color: rgb(73,63,255); }
H1.HeaderClassName
{
color: #493FFF;
}
.AnyTagClassName
{
color: #493FFF;
}
</style>
background-color css
<style>
a { background-color: #493FFF; }
a { background-color: rgb(73,63,255); }
div.DivClassName
{
background-color: #493FFF;
}
.BgClassName
{
background-color: #493FFF;
}
</style>
border-color css
<style>
span { border-color: #493FFF; }
span { border-color: rgb(73,63,255); }
td.TdClassName
{
border-color: #493FFF;
}
.TagClassName
{
border-color: #493FFF;
}
</style>