Shades of Neon Blue #4A3EDD
Tints of Neon Blue #4A3EDD
RGB
CMYK
RGB Variations
Color information
#4A3EDD (or 0x4A3EDD) is known color: Neon Blue. HEX triplet: 4A, 3E and DD. RGB value is (74,62,221). Sum of RGB (Red+Green+Blue) = 74+62+221=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A3EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3EDD is #B5C122. Grayscale: #535353. Windows color (decimal): -11911459 or 14499402. OLE color: 14499402.
HSL color Cylindrical-coordinate representation of color #4A3EDD: hue angle of 244.53º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A3EDD is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 62 | 221 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.13 |
| HSL | 244.53º | 0.7% | 0.55% | - |
| HSV(B) | 244.53º | 0.72% | 0.87% | - |
| XYZ | 17.6 | 10.12 | 69.43 | - |
| YUV | 83.71 | 205.48 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 221 | 0.67 | 0.72 | 0 | 0.13 | 244.53 | 0.7 | 0.55 |
| Hex | 4A | 3E | DD | 43 | 48 | 0 | D | F5 | 46 | 37 |
| Octal | 112 | 76 | 335 | 103 | 110 | 0 | 15 | 365 | 106 | 67 |
| Binary | 1001010 | 111110 | 11011101 | 1000011 | 1001000 | 0 | 1101 | 11110101 | 1000110 | 110111 |
Color Harmonies of #4A3EDD
Complementary color
Monochromatic Colors of #4A3EDD
Black with #4A3EDD
Text Example
Text Example
White with #4A3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3EDD; }
p { color: rgb(74,62,221); }
H1.HeaderClassName
{
color: #4A3EDD;
}
.AnyTagClassName
{
color: #4A3EDD;
}
</style>
background-color css
<style>
a { background-color: #4A3EDD; }
a { background-color: rgb(74,62,221); }
div.DivClassName
{
background-color: #4A3EDD;
}
.BgClassName
{
background-color: #4A3EDD;
}
</style>
border-color css
<style>
span { border-color: #4A3EDD; }
span { border-color: rgb(74,62,221); }
td.TdClassName
{
border-color: #4A3EDD;
}
.TagClassName
{
border-color: #4A3EDD;
}
</style>