Shades of Neon Blue #4A3EEB
Tints of Neon Blue #4A3EEB
RGB
CMYK
RGB Variations
Color information
#4A3EEB (or 0x4A3EEB) is known color: Neon Blue. HEX triplet: 4A, 3E and EB. RGB value is (74,62,235). Sum of RGB (Red+Green+Blue) = 74+62+235=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A3EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3EEB is #B5C114. Grayscale: #545454. Windows color (decimal): -11911445 or 15416906. OLE color: 15416906.
HSL color Cylindrical-coordinate representation of color #4A3EEB: hue angle of 244.16º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A3EEB is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 62 | 235 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.08 |
| HSL | 244.16º | 0.81% | 0.58% | - |
| HSV(B) | 244.16º | 0.74% | 0.92% | - |
| XYZ | 19.54 | 10.9 | 79.67 | - |
| YUV | 85.31 | 212.48 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 235 | 0.69 | 0.74 | 0 | 0.08 | 244.16 | 0.81 | 0.58 |
| Hex | 4A | 3E | EB | 45 | 4A | 0 | 8 | F4 | 51 | 3A |
| Octal | 112 | 76 | 353 | 105 | 112 | 0 | 10 | 364 | 121 | 72 |
| Binary | 1001010 | 111110 | 11101011 | 1000101 | 1001010 | 0 | 1000 | 11110100 | 1010001 | 111010 |
Color Harmonies of #4A3EEB
Complementary color
Monochromatic Colors of #4A3EEB
Black with #4A3EEB
Text Example
Text Example
White with #4A3EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3EEB; }
p { color: rgb(74,62,235); }
H1.HeaderClassName
{
color: #4A3EEB;
}
.AnyTagClassName
{
color: #4A3EEB;
}
</style>
background-color css
<style>
a { background-color: #4A3EEB; }
a { background-color: rgb(74,62,235); }
div.DivClassName
{
background-color: #4A3EEB;
}
.BgClassName
{
background-color: #4A3EEB;
}
</style>
border-color css
<style>
span { border-color: #4A3EEB; }
span { border-color: rgb(74,62,235); }
td.TdClassName
{
border-color: #4A3EEB;
}
.TagClassName
{
border-color: #4A3EEB;
}
</style>