Shades of Neon Blue #4A3ADC
Tints of Neon Blue #4A3ADC
RGB
CMYK
RGB Variations
Color information
#4A3ADC (or 0x4A3ADC) is known color: Neon Blue. HEX triplet: 4A, 3A and DC. RGB value is (74,58,220). Sum of RGB (Red+Green+Blue) = 74+58+220=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A3ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3ADC is #B5C523. Grayscale: #505050. Windows color (decimal): -11912484 or 14432842. OLE color: 14432842.
HSL color Cylindrical-coordinate representation of color #4A3ADC: hue angle of 245.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A3ADC is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 58 | 220 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.14 |
| HSL | 245.93º | 0.7% | 0.55% | - |
| HSV(B) | 245.93º | 0.74% | 0.86% | - |
| XYZ | 17.26 | 9.65 | 68.66 | - |
| YUV | 81.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 220 | 0.66 | 0.74 | 0 | 0.14 | 245.93 | 0.7 | 0.55 |
| Hex | 4A | 3A | DC | 42 | 4A | 0 | E | F6 | 46 | 37 |
| Octal | 112 | 72 | 334 | 102 | 112 | 0 | 16 | 366 | 106 | 67 |
| Binary | 1001010 | 111010 | 11011100 | 1000010 | 1001010 | 0 | 1110 | 11110110 | 1000110 | 110111 |
Color Harmonies of #4A3ADC
Complementary color
Monochromatic Colors of #4A3ADC
Black with #4A3ADC
Text Example
Text Example
White with #4A3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3ADC; }
p { color: rgb(74,58,220); }
H1.HeaderClassName
{
color: #4A3ADC;
}
.AnyTagClassName
{
color: #4A3ADC;
}
</style>
background-color css
<style>
a { background-color: #4A3ADC; }
a { background-color: rgb(74,58,220); }
div.DivClassName
{
background-color: #4A3ADC;
}
.BgClassName
{
background-color: #4A3ADC;
}
</style>
border-color css
<style>
span { border-color: #4A3ADC; }
span { border-color: rgb(74,58,220); }
td.TdClassName
{
border-color: #4A3ADC;
}
.TagClassName
{
border-color: #4A3ADC;
}
</style>