Shades of Neon Blue #4A3DE6
Tints of Neon Blue #4A3DE6
RGB
CMYK
RGB Variations
Color information
#4A3DE6 (or 0x4A3DE6) is known color: Neon Blue. HEX triplet: 4A, 3D and E6. RGB value is (74,61,230). Sum of RGB (Red+Green+Blue) = 74+61+230=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #4A3DE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A3DE6 is #B5C219. Grayscale: #535353. Windows color (decimal): -11911706 or 15088970. OLE color: 15088970.
HSL color Cylindrical-coordinate representation of color #4A3DE6: hue angle of 244.62º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A3DE6 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 61 | 230 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.10 |
| HSL | 244.62º | 0.77% | 0.57% | - |
| HSV(B) | 244.62º | 0.73% | 0.9% | - |
| XYZ | 18.78 | 10.51 | 75.9 | - |
| YUV | 84.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 230 | 0.68 | 0.73 | 0 | 0.10 | 244.62 | 0.77 | 0.57 |
| Hex | 4A | 3D | E6 | 44 | 49 | 0 | A | F5 | 4D | 39 |
| Octal | 112 | 75 | 346 | 104 | 111 | 0 | 12 | 365 | 115 | 71 |
| Binary | 1001010 | 111101 | 11100110 | 1000100 | 1001001 | 0 | 1010 | 11110101 | 1001101 | 111001 |
Color Harmonies of #4A3DE6
Complementary color
Monochromatic Colors of #4A3DE6
Black with #4A3DE6
Text Example
Text Example
White with #4A3DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3DE6; }
p { color: rgb(74,61,230); }
H1.HeaderClassName
{
color: #4A3DE6;
}
.AnyTagClassName
{
color: #4A3DE6;
}
</style>
background-color css
<style>
a { background-color: #4A3DE6; }
a { background-color: rgb(74,61,230); }
div.DivClassName
{
background-color: #4A3DE6;
}
.BgClassName
{
background-color: #4A3DE6;
}
</style>
border-color css
<style>
span { border-color: #4A3DE6; }
span { border-color: rgb(74,61,230); }
td.TdClassName
{
border-color: #4A3DE6;
}
.TagClassName
{
border-color: #4A3DE6;
}
</style>