Shades of Neon Blue #4A35E9
Tints of Neon Blue #4A35E9
RGB
CMYK
RGB Variations
Color information
#4A35E9 (or 0x4A35E9) is known color: Neon Blue. HEX triplet: 4A, 35 and E9. RGB value is (74,53,233). Sum of RGB (Red+Green+Blue) = 74+53+233=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #4A35E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A35E9 is #B5CA16. Grayscale: #4F4F4F. Windows color (decimal): -11913751 or 15283530. OLE color: 15283530.
HSL color Cylindrical-coordinate representation of color #4A35E9: hue angle of 247º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A35E9 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 53 | 233 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.09 |
| HSL | 247º | 0.8% | 0.56% | - |
| HSV(B) | 247º | 0.77% | 0.91% | - |
| XYZ | 18.81 | 9.89 | 78.01 | - |
| YUV | 79.8 | 214.46 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 233 | 0.68 | 0.77 | 0 | 0.09 | 247 | 0.8 | 0.56 |
| Hex | 4A | 35 | E9 | 44 | 4D | 0 | 9 | F7 | 50 | 38 |
| Octal | 112 | 65 | 351 | 104 | 115 | 0 | 11 | 367 | 120 | 70 |
| Binary | 1001010 | 110101 | 11101001 | 1000100 | 1001101 | 0 | 1001 | 11110111 | 1010000 | 111000 |
Color Harmonies of #4A35E9
Complementary color
Monochromatic Colors of #4A35E9
Black with #4A35E9
Text Example
Text Example
White with #4A35E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A35E9; }
p { color: rgb(74,53,233); }
H1.HeaderClassName
{
color: #4A35E9;
}
.AnyTagClassName
{
color: #4A35E9;
}
</style>
background-color css
<style>
a { background-color: #4A35E9; }
a { background-color: rgb(74,53,233); }
div.DivClassName
{
background-color: #4A35E9;
}
.BgClassName
{
background-color: #4A35E9;
}
</style>
border-color css
<style>
span { border-color: #4A35E9; }
span { border-color: rgb(74,53,233); }
td.TdClassName
{
border-color: #4A35E9;
}
.TagClassName
{
border-color: #4A35E9;
}
</style>