Shades of Neon Blue #4947E9
Tints of Neon Blue #4947E9
RGB
CMYK
RGB Variations
Color information
#4947E9 (or 0x4947E9) is known color: Neon Blue. HEX triplet: 49, 47 and E9. RGB value is (73,71,233). Sum of RGB (Red+Green+Blue) = 73+71+233=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 233 (91.41% from 255 or 61.80% from 377); Max value from RGB is 233 - color contains mainly: blue. Hex color #4947E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4947E9 is #B6B816. Grayscale: #595959. Windows color (decimal): -11974679 or 15288137. OLE color: 15288137.
HSL color Cylindrical-coordinate representation of color #4947E9: hue angle of 240.74º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4947E9 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 71 | 233 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.09 |
| HSL | 240.74º | 0.79% | 0.6% | - |
| HSV(B) | 240.74º | 0.7% | 0.91% | - |
| XYZ | 19.71 | 11.81 | 78.33 | - |
| YUV | 90.07 | 208.66 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 233 | 0.69 | 0.70 | 0 | 0.09 | 240.74 | 0.79 | 0.6 |
| Hex | 49 | 47 | E9 | 45 | 46 | 0 | 9 | F1 | 4F | 3C |
| Octal | 111 | 107 | 351 | 105 | 106 | 0 | 11 | 361 | 117 | 74 |
| Binary | 1001001 | 1000111 | 11101001 | 1000101 | 1000110 | 0 | 1001 | 11110001 | 1001111 | 111100 |
Color Harmonies of #4947E9
Complementary color
Monochromatic Colors of #4947E9
Black with #4947E9
Text Example
Text Example
White with #4947E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4947E9; }
p { color: rgb(73,71,233); }
H1.HeaderClassName
{
color: #4947E9;
}
.AnyTagClassName
{
color: #4947E9;
}
</style>
background-color css
<style>
a { background-color: #4947E9; }
a { background-color: rgb(73,71,233); }
div.DivClassName
{
background-color: #4947E9;
}
.BgClassName
{
background-color: #4947E9;
}
</style>
border-color css
<style>
span { border-color: #4947E9; }
span { border-color: rgb(73,71,233); }
td.TdClassName
{
border-color: #4947E9;
}
.TagClassName
{
border-color: #4947E9;
}
</style>