Shades of Neon Blue #493BFC
Tints of Neon Blue #493BFC
RGB
CMYK
RGB Variations
Color information
#493BFC (or 0x493BFC) is known color: Neon Blue. HEX triplet: 49, 3B and FC. RGB value is (73,59,252). Sum of RGB (Red+Green+Blue) = 73+59+252=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #493BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BFC is #B6C403. Grayscale: #545454. Windows color (decimal): -11977732 or 16530249. OLE color: 16530249.
HSL color Cylindrical-coordinate representation of color #493BFC: hue angle of 244.35º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #493BFC is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 59 | 252 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.01 |
| HSL | 244.35º | 0.97% | 0.61% | - |
| HSV(B) | 244.35º | 0.77% | 0.99% | - |
| XYZ | 21.88 | 11.57 | 93.18 | - |
| YUV | 85.19 | 222.14 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 252 | 0.71 | 0.77 | 0 | 0.01 | 244.35 | 0.97 | 0.61 |
| Hex | 49 | 3B | FC | 47 | 4D | 0 | 1 | F4 | 61 | 3D |
| Octal | 111 | 73 | 374 | 107 | 115 | 0 | 1 | 364 | 141 | 75 |
| Binary | 1001001 | 111011 | 11111100 | 1000111 | 1001101 | 0 | 1 | 11110100 | 1100001 | 111101 |
Color Harmonies of #493BFC
Complementary color
Monochromatic Colors of #493BFC
Black with #493BFC
Text Example
Text Example
White with #493BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493BFC; }
p { color: rgb(73,59,252); }
H1.HeaderClassName
{
color: #493BFC;
}
.AnyTagClassName
{
color: #493BFC;
}
</style>
background-color css
<style>
a { background-color: #493BFC; }
a { background-color: rgb(73,59,252); }
div.DivClassName
{
background-color: #493BFC;
}
.BgClassName
{
background-color: #493BFC;
}
</style>
border-color css
<style>
span { border-color: #493BFC; }
span { border-color: rgb(73,59,252); }
td.TdClassName
{
border-color: #493BFC;
}
.TagClassName
{
border-color: #493BFC;
}
</style>