Shades of Neon Blue #4943EC
Tints of Neon Blue #4943EC
RGB
CMYK
RGB Variations
Color information
#4943EC (or 0x4943EC) is known color: Neon Blue. HEX triplet: 49, 43 and EC. RGB value is (73,67,236). Sum of RGB (Red+Green+Blue) = 73+67+236=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #4943EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4943EC is #B6BC13. Grayscale: #575757. Windows color (decimal): -11975700 or 15483721. OLE color: 15483721.
HSL color Cylindrical-coordinate representation of color #4943EC: hue angle of 242.13º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4943EC is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 67 | 236 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.07 |
| HSL | 242.13º | 0.82% | 0.59% | - |
| HSV(B) | 242.13º | 0.72% | 0.93% | - |
| XYZ | 19.9 | 11.49 | 80.53 | - |
| YUV | 88.06 | 211.49 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 67 | 236 | 0.69 | 0.72 | 0 | 0.07 | 242.13 | 0.82 | 0.59 |
| Hex | 49 | 43 | EC | 45 | 48 | 0 | 7 | F2 | 52 | 3B |
| Octal | 111 | 103 | 354 | 105 | 110 | 0 | 7 | 362 | 122 | 73 |
| Binary | 1001001 | 1000011 | 11101100 | 1000101 | 1001000 | 0 | 111 | 11110010 | 1010010 | 111011 |
Color Harmonies of #4943EC
Complementary color
Monochromatic Colors of #4943EC
Black with #4943EC
Text Example
Text Example
White with #4943EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4943EC; }
p { color: rgb(73,67,236); }
H1.HeaderClassName
{
color: #4943EC;
}
.AnyTagClassName
{
color: #4943EC;
}
</style>
background-color css
<style>
a { background-color: #4943EC; }
a { background-color: rgb(73,67,236); }
div.DivClassName
{
background-color: #4943EC;
}
.BgClassName
{
background-color: #4943EC;
}
</style>
border-color css
<style>
span { border-color: #4943EC; }
span { border-color: rgb(73,67,236); }
td.TdClassName
{
border-color: #4943EC;
}
.TagClassName
{
border-color: #4943EC;
}
</style>