Shades of Neon Blue #493CFC
Tints of Neon Blue #493CFC
RGB
CMYK
RGB Variations
Color information
#493CFC (or 0x493CFC) is known color: Neon Blue. HEX triplet: 49, 3C and FC. RGB value is (73,60,252). Sum of RGB (Red+Green+Blue) = 73+60+252=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #493CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CFC is #B6C303. Grayscale: #555555. Windows color (decimal): -11977476 or 16530505. OLE color: 16530505.
HSL color Cylindrical-coordinate representation of color #493CFC: hue angle of 244.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #493CFC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 60 | 252 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.01 |
| HSL | 244.06º | 0.97% | 0.61% | - |
| HSV(B) | 244.06º | 0.76% | 0.99% | - |
| XYZ | 21.93 | 11.68 | 93.19 | - |
| YUV | 85.78 | 221.81 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 252 | 0.71 | 0.76 | 0 | 0.01 | 244.06 | 0.97 | 0.61 |
| Hex | 49 | 3C | FC | 47 | 4C | 0 | 1 | F4 | 61 | 3D |
| Octal | 111 | 74 | 374 | 107 | 114 | 0 | 1 | 364 | 141 | 75 |
| Binary | 1001001 | 111100 | 11111100 | 1000111 | 1001100 | 0 | 1 | 11110100 | 1100001 | 111101 |
Color Harmonies of #493CFC
Complementary color
Monochromatic Colors of #493CFC
Black with #493CFC
Text Example
Text Example
White with #493CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493CFC; }
p { color: rgb(73,60,252); }
H1.HeaderClassName
{
color: #493CFC;
}
.AnyTagClassName
{
color: #493CFC;
}
</style>
background-color css
<style>
a { background-color: #493CFC; }
a { background-color: rgb(73,60,252); }
div.DivClassName
{
background-color: #493CFC;
}
.BgClassName
{
background-color: #493CFC;
}
</style>
border-color css
<style>
span { border-color: #493CFC; }
span { border-color: rgb(73,60,252); }
td.TdClassName
{
border-color: #493CFC;
}
.TagClassName
{
border-color: #493CFC;
}
</style>