Shades of Neon Blue #4D3ADA
Tints of Neon Blue #4D3ADA
RGB
CMYK
RGB Variations
Color information
#4D3ADA (or 0x4D3ADA) is known color: Neon Blue. HEX triplet: 4D, 3A and DA. RGB value is (77,58,218). Sum of RGB (Red+Green+Blue) = 77+58+218=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D3ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3ADA is #B2C525. Grayscale: #515151. Windows color (decimal): -11715878 or 14301773. OLE color: 14301773.
HSL color Cylindrical-coordinate representation of color #4D3ADA: hue angle of 247.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D3ADA is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 58 | 218 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.15 |
| HSL | 247.13º | 0.68% | 0.54% | - |
| HSV(B) | 247.13º | 0.73% | 0.85% | - |
| XYZ | 17.23 | 9.67 | 67.29 | - |
| YUV | 81.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 218 | 0.65 | 0.73 | 0 | 0.15 | 247.13 | 0.68 | 0.54 |
| Hex | 4D | 3A | DA | 41 | 49 | 0 | F | F7 | 44 | 36 |
| Octal | 115 | 72 | 332 | 101 | 111 | 0 | 17 | 367 | 104 | 66 |
| Binary | 1001101 | 111010 | 11011010 | 1000001 | 1001001 | 0 | 1111 | 11110111 | 1000100 | 110110 |
Color Harmonies of #4D3ADA
Complementary color
Monochromatic Colors of #4D3ADA
Black with #4D3ADA
Text Example
Text Example
White with #4D3ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3ADA; }
p { color: rgb(77,58,218); }
H1.HeaderClassName
{
color: #4D3ADA;
}
.AnyTagClassName
{
color: #4D3ADA;
}
</style>
background-color css
<style>
a { background-color: #4D3ADA; }
a { background-color: rgb(77,58,218); }
div.DivClassName
{
background-color: #4D3ADA;
}
.BgClassName
{
background-color: #4D3ADA;
}
</style>
border-color css
<style>
span { border-color: #4D3ADA; }
span { border-color: rgb(77,58,218); }
td.TdClassName
{
border-color: #4D3ADA;
}
.TagClassName
{
border-color: #4D3ADA;
}
</style>