Shades of Neon Blue #493FEE
Tints of Neon Blue #493FEE
RGB
CMYK
RGB Variations
Color information
#493FEE (or 0x493FEE) is known color: Neon Blue. HEX triplet: 49, 3F and EE. RGB value is (73,63,238). Sum of RGB (Red+Green+Blue) = 73+63+238=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #493FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FEE is #B6C011. Grayscale: #555555. Windows color (decimal): -11976722 or 15613769. OLE color: 15613769.
HSL color Cylindrical-coordinate representation of color #493FEE: hue angle of 243.43º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493FEE is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 63 | 238 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.07 |
| HSL | 243.43º | 0.84% | 0.59% | - |
| HSV(B) | 243.43º | 0.74% | 0.93% | - |
| XYZ | 19.96 | 11.14 | 81.99 | - |
| YUV | 85.94 | 213.81 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 238 | 0.69 | 0.74 | 0 | 0.07 | 243.43 | 0.84 | 0.59 |
| Hex | 49 | 3F | EE | 45 | 4A | 0 | 7 | F3 | 54 | 3B |
| Octal | 111 | 77 | 356 | 105 | 112 | 0 | 7 | 363 | 124 | 73 |
| Binary | 1001001 | 111111 | 11101110 | 1000101 | 1001010 | 0 | 111 | 11110011 | 1010100 | 111011 |
Color Harmonies of #493FEE
Complementary color
Monochromatic Colors of #493FEE
Black with #493FEE
Text Example
Text Example
White with #493FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FEE; }
p { color: rgb(73,63,238); }
H1.HeaderClassName
{
color: #493FEE;
}
.AnyTagClassName
{
color: #493FEE;
}
</style>
background-color css
<style>
a { background-color: #493FEE; }
a { background-color: rgb(73,63,238); }
div.DivClassName
{
background-color: #493FEE;
}
.BgClassName
{
background-color: #493FEE;
}
</style>
border-color css
<style>
span { border-color: #493FEE; }
span { border-color: rgb(73,63,238); }
td.TdClassName
{
border-color: #493FEE;
}
.TagClassName
{
border-color: #493FEE;
}
</style>