Shades of Neon Blue #493BEF
Tints of Neon Blue #493BEF
RGB
CMYK
RGB Variations
Color information
#493BEF (or 0x493BEF) is known color: Neon Blue. HEX triplet: 49, 3B and EF. RGB value is (73,59,239). Sum of RGB (Red+Green+Blue) = 73+59+239=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #493BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BEF is #B6C410. Grayscale: #535353. Windows color (decimal): -11977745 or 15678281. OLE color: 15678281.
HSL color Cylindrical-coordinate representation of color #493BEF: hue angle of 244.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #493BEF is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 59 | 239 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.06 |
| HSL | 244.67º | 0.85% | 0.58% | - |
| HSV(B) | 244.67º | 0.75% | 0.94% | - |
| XYZ | 19.89 | 10.78 | 82.69 | - |
| YUV | 83.71 | 215.64 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 239 | 0.69 | 0.75 | 0 | 0.06 | 244.67 | 0.85 | 0.58 |
| Hex | 49 | 3B | EF | 45 | 4B | 0 | 6 | F5 | 55 | 3A |
| Octal | 111 | 73 | 357 | 105 | 113 | 0 | 6 | 365 | 125 | 72 |
| Binary | 1001001 | 111011 | 11101111 | 1000101 | 1001011 | 0 | 110 | 11110101 | 1010101 | 111010 |
Color Harmonies of #493BEF
Complementary color
Monochromatic Colors of #493BEF
Black with #493BEF
Text Example
Text Example
White with #493BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493BEF; }
p { color: rgb(73,59,239); }
H1.HeaderClassName
{
color: #493BEF;
}
.AnyTagClassName
{
color: #493BEF;
}
</style>
background-color css
<style>
a { background-color: #493BEF; }
a { background-color: rgb(73,59,239); }
div.DivClassName
{
background-color: #493BEF;
}
.BgClassName
{
background-color: #493BEF;
}
</style>
border-color css
<style>
span { border-color: #493BEF; }
span { border-color: rgb(73,59,239); }
td.TdClassName
{
border-color: #493BEF;
}
.TagClassName
{
border-color: #493BEF;
}
</style>