Shades of Neon Blue #4A37EE
Tints of Neon Blue #4A37EE
RGB
CMYK
RGB Variations
Color information
#4A37EE (or 0x4A37EE) is known color: Neon Blue. HEX triplet: 4A, 37 and EE. RGB value is (74,55,238). Sum of RGB (Red+Green+Blue) = 74+55+238=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A37EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A37EE is #B5C811. Grayscale: #505050. Windows color (decimal): -11913234 or 15611722. OLE color: 15611722.
HSL color Cylindrical-coordinate representation of color #4A37EE: hue angle of 246.23º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A37EE is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 55 | 238 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.07 |
| HSL | 246.23º | 0.84% | 0.57% | - |
| HSV(B) | 246.23º | 0.77% | 0.93% | - |
| XYZ | 19.62 | 10.36 | 81.85 | - |
| YUV | 81.54 | 216.29 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 238 | 0.69 | 0.77 | 0 | 0.07 | 246.23 | 0.84 | 0.57 |
| Hex | 4A | 37 | EE | 45 | 4D | 0 | 7 | F6 | 54 | 39 |
| Octal | 112 | 67 | 356 | 105 | 115 | 0 | 7 | 366 | 124 | 71 |
| Binary | 1001010 | 110111 | 11101110 | 1000101 | 1001101 | 0 | 111 | 11110110 | 1010100 | 111001 |
Color Harmonies of #4A37EE
Complementary color
Monochromatic Colors of #4A37EE
Black with #4A37EE
Text Example
Text Example
White with #4A37EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A37EE; }
p { color: rgb(74,55,238); }
H1.HeaderClassName
{
color: #4A37EE;
}
.AnyTagClassName
{
color: #4A37EE;
}
</style>
background-color css
<style>
a { background-color: #4A37EE; }
a { background-color: rgb(74,55,238); }
div.DivClassName
{
background-color: #4A37EE;
}
.BgClassName
{
background-color: #4A37EE;
}
</style>
border-color css
<style>
span { border-color: #4A37EE; }
span { border-color: rgb(74,55,238); }
td.TdClassName
{
border-color: #4A37EE;
}
.TagClassName
{
border-color: #4A37EE;
}
</style>