Shades of Neon Blue #4941EA
Tints of Neon Blue #4941EA
RGB
CMYK
RGB Variations
Color information
#4941EA (or 0x4941EA) is known color: Neon Blue. HEX triplet: 49, 41 and EA. RGB value is (73,65,234). Sum of RGB (Red+Green+Blue) = 73+65+234=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #4941EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4941EA is #B6BE15. Grayscale: #555555. Windows color (decimal): -11976214 or 15352137. OLE color: 15352137.
HSL color Cylindrical-coordinate representation of color #4941EA: hue angle of 242.84º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4941EA is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 65 | 234 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.08 |
| HSL | 242.84º | 0.8% | 0.59% | - |
| HSV(B) | 242.84º | 0.72% | 0.92% | - |
| XYZ | 19.49 | 11.14 | 78.96 | - |
| YUV | 86.66 | 211.15 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 234 | 0.69 | 0.72 | 0 | 0.08 | 242.84 | 0.8 | 0.59 |
| Hex | 49 | 41 | EA | 45 | 48 | 0 | 8 | F3 | 50 | 3B |
| Octal | 111 | 101 | 352 | 105 | 110 | 0 | 10 | 363 | 120 | 73 |
| Binary | 1001001 | 1000001 | 11101010 | 1000101 | 1001000 | 0 | 1000 | 11110011 | 1010000 | 111011 |
Color Harmonies of #4941EA
Complementary color
Monochromatic Colors of #4941EA
Black with #4941EA
Text Example
Text Example
White with #4941EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4941EA; }
p { color: rgb(73,65,234); }
H1.HeaderClassName
{
color: #4941EA;
}
.AnyTagClassName
{
color: #4941EA;
}
</style>
background-color css
<style>
a { background-color: #4941EA; }
a { background-color: rgb(73,65,234); }
div.DivClassName
{
background-color: #4941EA;
}
.BgClassName
{
background-color: #4941EA;
}
</style>
border-color css
<style>
span { border-color: #4941EA; }
span { border-color: rgb(73,65,234); }
td.TdClassName
{
border-color: #4941EA;
}
.TagClassName
{
border-color: #4941EA;
}
</style>