Shades of Neon Blue #4A3BDB
Tints of Neon Blue #4A3BDB
RGB
CMYK
RGB Variations
Color information
#4A3BDB (or 0x4A3BDB) is known color: Neon Blue. HEX triplet: 4A, 3B and DB. RGB value is (74,59,219). Sum of RGB (Red+Green+Blue) = 74+59+219=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A3BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3BDB is #B5C424. Grayscale: #515151. Windows color (decimal): -11912229 or 14367562. OLE color: 14367562.
HSL color Cylindrical-coordinate representation of color #4A3BDB: hue angle of 245.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A3BDB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 59 | 219 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.14 |
| HSL | 245.63º | 0.69% | 0.55% | - |
| HSV(B) | 245.63º | 0.73% | 0.86% | - |
| XYZ | 17.17 | 9.7 | 67.98 | - |
| YUV | 81.73 | 205.47 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 219 | 0.66 | 0.73 | 0 | 0.14 | 245.63 | 0.69 | 0.55 |
| Hex | 4A | 3B | DB | 42 | 49 | 0 | E | F6 | 45 | 37 |
| Octal | 112 | 73 | 333 | 102 | 111 | 0 | 16 | 366 | 105 | 67 |
| Binary | 1001010 | 111011 | 11011011 | 1000010 | 1001001 | 0 | 1110 | 11110110 | 1000101 | 110111 |
Color Harmonies of #4A3BDB
Complementary color
Monochromatic Colors of #4A3BDB
Black with #4A3BDB
Text Example
Text Example
White with #4A3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3BDB; }
p { color: rgb(74,59,219); }
H1.HeaderClassName
{
color: #4A3BDB;
}
.AnyTagClassName
{
color: #4A3BDB;
}
</style>
background-color css
<style>
a { background-color: #4A3BDB; }
a { background-color: rgb(74,59,219); }
div.DivClassName
{
background-color: #4A3BDB;
}
.BgClassName
{
background-color: #4A3BDB;
}
</style>
border-color css
<style>
span { border-color: #4A3BDB; }
span { border-color: rgb(74,59,219); }
td.TdClassName
{
border-color: #4A3BDB;
}
.TagClassName
{
border-color: #4A3BDB;
}
</style>