Shades of Neon Blue #4A3DEC
Tints of Neon Blue #4A3DEC
RGB
CMYK
RGB Variations
Color information
#4A3DEC (or 0x4A3DEC) is known color: Neon Blue. HEX triplet: 4A, 3D and EC. RGB value is (74,61,236). Sum of RGB (Red+Green+Blue) = 74+61+236=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A3DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3DEC is #B5C213. Grayscale: #545454. Windows color (decimal): -11911700 or 15482186. OLE color: 15482186.
HSL color Cylindrical-coordinate representation of color #4A3DEC: hue angle of 244.46º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A3DEC is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 61 | 236 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.07 |
| HSL | 244.46º | 0.82% | 0.58% | - |
| HSV(B) | 244.46º | 0.74% | 0.93% | - |
| XYZ | 19.63 | 10.85 | 80.42 | - |
| YUV | 84.84 | 213.31 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 236 | 0.69 | 0.74 | 0 | 0.07 | 244.46 | 0.82 | 0.58 |
| Hex | 4A | 3D | EC | 45 | 4A | 0 | 7 | F4 | 52 | 3A |
| Octal | 112 | 75 | 354 | 105 | 112 | 0 | 7 | 364 | 122 | 72 |
| Binary | 1001010 | 111101 | 11101100 | 1000101 | 1001010 | 0 | 111 | 11110100 | 1010010 | 111010 |
Color Harmonies of #4A3DEC
Complementary color
Monochromatic Colors of #4A3DEC
Black with #4A3DEC
Text Example
Text Example
White with #4A3DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3DEC; }
p { color: rgb(74,61,236); }
H1.HeaderClassName
{
color: #4A3DEC;
}
.AnyTagClassName
{
color: #4A3DEC;
}
</style>
background-color css
<style>
a { background-color: #4A3DEC; }
a { background-color: rgb(74,61,236); }
div.DivClassName
{
background-color: #4A3DEC;
}
.BgClassName
{
background-color: #4A3DEC;
}
</style>
border-color css
<style>
span { border-color: #4A3DEC; }
span { border-color: rgb(74,61,236); }
td.TdClassName
{
border-color: #4A3DEC;
}
.TagClassName
{
border-color: #4A3DEC;
}
</style>