Shades of Neon Blue #4A36EC
Tints of Neon Blue #4A36EC
RGB
CMYK
RGB Variations
Color information
#4A36EC (or 0x4A36EC) is known color: Neon Blue. HEX triplet: 4A, 36 and EC. RGB value is (74,54,236). Sum of RGB (Red+Green+Blue) = 74+54+236=364 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.33% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A36EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A36EC is #B5C913. Grayscale: #505050. Windows color (decimal): -11913492 or 15480394. OLE color: 15480394.
HSL color Cylindrical-coordinate representation of color #4A36EC: hue angle of 246.59º degrees, saturation: 0.83, 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 #4A36EC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 54 | 236 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.07 |
| HSL | 246.59º | 0.83% | 0.57% | - |
| HSV(B) | 246.59º | 0.77% | 0.93% | - |
| XYZ | 19.28 | 10.15 | 80.3 | - |
| YUV | 80.73 | 215.63 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 236 | 0.69 | 0.77 | 0 | 0.07 | 246.59 | 0.83 | 0.57 |
| Hex | 4A | 36 | EC | 45 | 4D | 0 | 7 | F7 | 53 | 39 |
| Octal | 112 | 66 | 354 | 105 | 115 | 0 | 7 | 367 | 123 | 71 |
| Binary | 1001010 | 110110 | 11101100 | 1000101 | 1001101 | 0 | 111 | 11110111 | 1010011 | 111001 |
Color Harmonies of #4A36EC
Complementary color
Monochromatic Colors of #4A36EC
Black with #4A36EC
Text Example
Text Example
White with #4A36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A36EC; }
p { color: rgb(74,54,236); }
H1.HeaderClassName
{
color: #4A36EC;
}
.AnyTagClassName
{
color: #4A36EC;
}
</style>
background-color css
<style>
a { background-color: #4A36EC; }
a { background-color: rgb(74,54,236); }
div.DivClassName
{
background-color: #4A36EC;
}
.BgClassName
{
background-color: #4A36EC;
}
</style>
border-color css
<style>
span { border-color: #4A36EC; }
span { border-color: rgb(74,54,236); }
td.TdClassName
{
border-color: #4A36EC;
}
.TagClassName
{
border-color: #4A36EC;
}
</style>