Shades of Neon Blue #4944E7
Tints of Neon Blue #4944E7
RGB
CMYK
RGB Variations
Color information
#4944E7 (or 0x4944E7) is known color: Neon Blue. HEX triplet: 49, 44 and E7. RGB value is (73,68,231). Sum of RGB (Red+Green+Blue) = 73+68+231=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 231 (90.62% from 255 or 62.10% from 372); Max value from RGB is 231 - color contains mainly: blue. Hex color #4944E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4944E7 is #B6BB18. Grayscale: #575757. Windows color (decimal): -11975449 or 15156297. OLE color: 15156297.
HSL color Cylindrical-coordinate representation of color #4944E7: hue angle of 241.84º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4944E7 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 68 | 231 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.09 |
| HSL | 241.84º | 0.77% | 0.59% | - |
| HSV(B) | 241.84º | 0.71% | 0.91% | - |
| XYZ | 19.24 | 11.32 | 76.77 | - |
| YUV | 88.08 | 208.66 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 231 | 0.68 | 0.71 | 0 | 0.09 | 241.84 | 0.77 | 0.59 |
| Hex | 49 | 44 | E7 | 44 | 47 | 0 | 9 | F2 | 4D | 3B |
| Octal | 111 | 104 | 347 | 104 | 107 | 0 | 11 | 362 | 115 | 73 |
| Binary | 1001001 | 1000100 | 11100111 | 1000100 | 1000111 | 0 | 1001 | 11110010 | 1001101 | 111011 |
Color Harmonies of #4944E7
Complementary color
Monochromatic Colors of #4944E7
Black with #4944E7
Text Example
Text Example
White with #4944E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4944E7; }
p { color: rgb(73,68,231); }
H1.HeaderClassName
{
color: #4944E7;
}
.AnyTagClassName
{
color: #4944E7;
}
</style>
background-color css
<style>
a { background-color: #4944E7; }
a { background-color: rgb(73,68,231); }
div.DivClassName
{
background-color: #4944E7;
}
.BgClassName
{
background-color: #4944E7;
}
</style>
border-color css
<style>
span { border-color: #4944E7; }
span { border-color: rgb(73,68,231); }
td.TdClassName
{
border-color: #4944E7;
}
.TagClassName
{
border-color: #4944E7;
}
</style>