Shades of Neon Blue #4A3CDD
Tints of Neon Blue #4A3CDD
RGB
CMYK
RGB Variations
Color information
#4A3CDD (or 0x4A3CDD) is known color: Neon Blue. HEX triplet: 4A, 3C and DD. RGB value is (74,60,221). Sum of RGB (Red+Green+Blue) = 74+60+221=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A3CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3CDD is #B5C322. Grayscale: #515151. Windows color (decimal): -11911971 or 14498890. OLE color: 14498890.
HSL color Cylindrical-coordinate representation of color #4A3CDD: hue angle of 245.22º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A3CDD is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 60 | 221 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.13 |
| HSL | 245.22º | 0.7% | 0.55% | - |
| HSV(B) | 245.22º | 0.73% | 0.87% | - |
| XYZ | 17.49 | 9.91 | 69.4 | - |
| YUV | 82.54 | 206.14 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 221 | 0.67 | 0.73 | 0 | 0.13 | 245.22 | 0.7 | 0.55 |
| Hex | 4A | 3C | DD | 43 | 49 | 0 | D | F5 | 46 | 37 |
| Octal | 112 | 74 | 335 | 103 | 111 | 0 | 15 | 365 | 106 | 67 |
| Binary | 1001010 | 111100 | 11011101 | 1000011 | 1001001 | 0 | 1101 | 11110101 | 1000110 | 110111 |
Color Harmonies of #4A3CDD
Complementary color
Monochromatic Colors of #4A3CDD
Black with #4A3CDD
Text Example
Text Example
White with #4A3CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3CDD; }
p { color: rgb(74,60,221); }
H1.HeaderClassName
{
color: #4A3CDD;
}
.AnyTagClassName
{
color: #4A3CDD;
}
</style>
background-color css
<style>
a { background-color: #4A3CDD; }
a { background-color: rgb(74,60,221); }
div.DivClassName
{
background-color: #4A3CDD;
}
.BgClassName
{
background-color: #4A3CDD;
}
</style>
border-color css
<style>
span { border-color: #4A3CDD; }
span { border-color: rgb(74,60,221); }
td.TdClassName
{
border-color: #4A3CDD;
}
.TagClassName
{
border-color: #4A3CDD;
}
</style>