Shades of Neon Blue #4A35DD
Tints of Neon Blue #4A35DD
RGB
CMYK
RGB Variations
Color information
#4A35DD (or 0x4A35DD) is known color: Neon Blue. HEX triplet: 4A, 35 and DD. RGB value is (74,53,221). Sum of RGB (Red+Green+Blue) = 74+53+221=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A35DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A35DD is #B5CA22. Grayscale: #4D4D4D. Windows color (decimal): -11913763 or 14497098. OLE color: 14497098.
HSL color Cylindrical-coordinate representation of color #4A35DD: hue angle of 247.5º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A35DD is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 53 | 221 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.13 |
| HSL | 247.5º | 0.71% | 0.54% | - |
| HSV(B) | 247.5º | 0.76% | 0.87% | - |
| XYZ | 17.15 | 9.22 | 69.28 | - |
| YUV | 78.43 | 208.46 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 221 | 0.67 | 0.76 | 0 | 0.13 | 247.5 | 0.71 | 0.54 |
| Hex | 4A | 35 | DD | 43 | 4C | 0 | D | F8 | 47 | 36 |
| Octal | 112 | 65 | 335 | 103 | 114 | 0 | 15 | 370 | 107 | 66 |
| Binary | 1001010 | 110101 | 11011101 | 1000011 | 1001100 | 0 | 1101 | 11111000 | 1000111 | 110110 |
Color Harmonies of #4A35DD
Complementary color
Monochromatic Colors of #4A35DD
Black with #4A35DD
Text Example
Text Example
White with #4A35DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A35DD; }
p { color: rgb(74,53,221); }
H1.HeaderClassName
{
color: #4A35DD;
}
.AnyTagClassName
{
color: #4A35DD;
}
</style>
background-color css
<style>
a { background-color: #4A35DD; }
a { background-color: rgb(74,53,221); }
div.DivClassName
{
background-color: #4A35DD;
}
.BgClassName
{
background-color: #4A35DD;
}
</style>
border-color css
<style>
span { border-color: #4A35DD; }
span { border-color: rgb(74,53,221); }
td.TdClassName
{
border-color: #4A35DD;
}
.TagClassName
{
border-color: #4A35DD;
}
</style>