Shades of Neon Blue #493FEF
Tints of Neon Blue #493FEF
RGB
CMYK
RGB Variations
Color information
#493FEF (or 0x493FEF) is known color: Neon Blue. HEX triplet: 49, 3F and EF. RGB value is (73,63,239). Sum of RGB (Red+Green+Blue) = 73+63+239=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #493FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FEF is #B6C010. Grayscale: #555555. Windows color (decimal): -11976721 or 15679305. OLE color: 15679305.
HSL color Cylindrical-coordinate representation of color #493FEF: hue angle of 243.41º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493FEF is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 63 | 239 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.06 |
| HSL | 243.41º | 0.85% | 0.59% | - |
| HSV(B) | 243.41º | 0.74% | 0.94% | - |
| XYZ | 20.11 | 11.2 | 82.76 | - |
| YUV | 86.05 | 214.31 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 239 | 0.69 | 0.74 | 0 | 0.06 | 243.41 | 0.85 | 0.59 |
| Hex | 49 | 3F | EF | 45 | 4A | 0 | 6 | F3 | 55 | 3B |
| Octal | 111 | 77 | 357 | 105 | 112 | 0 | 6 | 363 | 125 | 73 |
| Binary | 1001001 | 111111 | 11101111 | 1000101 | 1001010 | 0 | 110 | 11110011 | 1010101 | 111011 |
Color Harmonies of #493FEF
Complementary color
Monochromatic Colors of #493FEF
Black with #493FEF
Text Example
Text Example
White with #493FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FEF; }
p { color: rgb(73,63,239); }
H1.HeaderClassName
{
color: #493FEF;
}
.AnyTagClassName
{
color: #493FEF;
}
</style>
background-color css
<style>
a { background-color: #493FEF; }
a { background-color: rgb(73,63,239); }
div.DivClassName
{
background-color: #493FEF;
}
.BgClassName
{
background-color: #493FEF;
}
</style>
border-color css
<style>
span { border-color: #493FEF; }
span { border-color: rgb(73,63,239); }
td.TdClassName
{
border-color: #493FEF;
}
.TagClassName
{
border-color: #493FEF;
}
</style>