Shades of Neon Blue #4D3DDA
Tints of Neon Blue #4D3DDA
RGB
CMYK
RGB Variations
Color information
#4D3DDA (or 0x4D3DDA) is known color: Neon Blue. HEX triplet: 4D, 3D and DA. RGB value is (77,61,218). Sum of RGB (Red+Green+Blue) = 77+61+218=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D3DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DDA is #B2C225. Grayscale: #535353. Windows color (decimal): -11715110 or 14302541. OLE color: 14302541.
HSL color Cylindrical-coordinate representation of color #4D3DDA: hue angle of 246.11º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D3DDA is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 61 | 218 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.15 |
| HSL | 246.11º | 0.68% | 0.55% | - |
| HSV(B) | 246.11º | 0.72% | 0.85% | - |
| XYZ | 17.38 | 9.98 | 67.34 | - |
| YUV | 83.68 | 203.8 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 218 | 0.65 | 0.72 | 0 | 0.15 | 246.11 | 0.68 | 0.55 |
| Hex | 4D | 3D | DA | 41 | 48 | 0 | F | F6 | 44 | 37 |
| Octal | 115 | 75 | 332 | 101 | 110 | 0 | 17 | 366 | 104 | 67 |
| Binary | 1001101 | 111101 | 11011010 | 1000001 | 1001000 | 0 | 1111 | 11110110 | 1000100 | 110111 |
Color Harmonies of #4D3DDA
Complementary color
Monochromatic Colors of #4D3DDA
Black with #4D3DDA
Text Example
Text Example
White with #4D3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DDA; }
p { color: rgb(77,61,218); }
H1.HeaderClassName
{
color: #4D3DDA;
}
.AnyTagClassName
{
color: #4D3DDA;
}
</style>
background-color css
<style>
a { background-color: #4D3DDA; }
a { background-color: rgb(77,61,218); }
div.DivClassName
{
background-color: #4D3DDA;
}
.BgClassName
{
background-color: #4D3DDA;
}
</style>
border-color css
<style>
span { border-color: #4D3DDA; }
span { border-color: rgb(77,61,218); }
td.TdClassName
{
border-color: #4D3DDA;
}
.TagClassName
{
border-color: #4D3DDA;
}
</style>