Shades of Neon Blue #493DF0
Tints of Neon Blue #493DF0
RGB
CMYK
RGB Variations
Color information
#493DF0 (or 0x493DF0) is known color: Neon Blue. HEX triplet: 49, 3D and F0. RGB value is (73,61,240). Sum of RGB (Red+Green+Blue) = 73+61+240=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 240 (94.14% from 255 or 64.17% from 374); Max value from RGB is 240 - color contains mainly: blue. Hex color #493DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493DF0 is #B6C20F. Grayscale: #545454. Windows color (decimal): -11977232 or 15744329. OLE color: 15744329.
HSL color Cylindrical-coordinate representation of color #493DF0: hue angle of 244.02º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493DF0 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 61 | 240 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.06 |
| HSL | 244.02º | 0.86% | 0.59% | - |
| HSV(B) | 244.02º | 0.75% | 0.94% | - |
| XYZ | 20.14 | 11.05 | 83.51 | - |
| YUV | 84.99 | 215.48 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 240 | 0.70 | 0.75 | 0 | 0.06 | 244.02 | 0.86 | 0.59 |
| Hex | 49 | 3D | F0 | 46 | 4B | 0 | 6 | F4 | 56 | 3B |
| Octal | 111 | 75 | 360 | 106 | 113 | 0 | 6 | 364 | 126 | 73 |
| Binary | 1001001 | 111101 | 11110000 | 1000110 | 1001011 | 0 | 110 | 11110100 | 1010110 | 111011 |
Color Harmonies of #493DF0
Complementary color
Monochromatic Colors of #493DF0
Black with #493DF0
Text Example
Text Example
White with #493DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DF0; }
p { color: rgb(73,61,240); }
H1.HeaderClassName
{
color: #493DF0;
}
.AnyTagClassName
{
color: #493DF0;
}
</style>
background-color css
<style>
a { background-color: #493DF0; }
a { background-color: rgb(73,61,240); }
div.DivClassName
{
background-color: #493DF0;
}
.BgClassName
{
background-color: #493DF0;
}
</style>
border-color css
<style>
span { border-color: #493DF0; }
span { border-color: rgb(73,61,240); }
td.TdClassName
{
border-color: #493DF0;
}
.TagClassName
{
border-color: #493DF0;
}
</style>