Shades of Neon Blue #4A3EEE
Tints of Neon Blue #4A3EEE
RGB
CMYK
RGB Variations
Color information
#4A3EEE (or 0x4A3EEE) is known color: Neon Blue. HEX triplet: 4A, 3E and EE. RGB value is (74,62,238). Sum of RGB (Red+Green+Blue) = 74+62+238=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 62 (24.61% from 255 or 16.58% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A3EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3EEE is #B5C111. Grayscale: #545454. Windows color (decimal): -11911442 or 15613514. OLE color: 15613514.
HSL color Cylindrical-coordinate representation of color #4A3EEE: hue angle of 244.09º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A3EEE is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 62 | 238 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.07 |
| HSL | 244.09º | 0.84% | 0.59% | - |
| HSV(B) | 244.09º | 0.74% | 0.93% | - |
| XYZ | 19.98 | 11.07 | 81.97 | - |
| YUV | 85.65 | 213.98 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 238 | 0.69 | 0.74 | 0 | 0.07 | 244.09 | 0.84 | 0.59 |
| Hex | 4A | 3E | EE | 45 | 4A | 0 | 7 | F4 | 54 | 3B |
| Octal | 112 | 76 | 356 | 105 | 112 | 0 | 7 | 364 | 124 | 73 |
| Binary | 1001010 | 111110 | 11101110 | 1000101 | 1001010 | 0 | 111 | 11110100 | 1010100 | 111011 |
Color Harmonies of #4A3EEE
Complementary color
Monochromatic Colors of #4A3EEE
Black with #4A3EEE
Text Example
Text Example
White with #4A3EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3EEE; }
p { color: rgb(74,62,238); }
H1.HeaderClassName
{
color: #4A3EEE;
}
.AnyTagClassName
{
color: #4A3EEE;
}
</style>
background-color css
<style>
a { background-color: #4A3EEE; }
a { background-color: rgb(74,62,238); }
div.DivClassName
{
background-color: #4A3EEE;
}
.BgClassName
{
background-color: #4A3EEE;
}
</style>
border-color css
<style>
span { border-color: #4A3EEE; }
span { border-color: rgb(74,62,238); }
td.TdClassName
{
border-color: #4A3EEE;
}
.TagClassName
{
border-color: #4A3EEE;
}
</style>