Shades of Neon Blue #4D3BDB
Tints of Neon Blue #4D3BDB
RGB
CMYK
RGB Variations
Color information
#4D3BDB (or 0x4D3BDB) is known color: Neon Blue. HEX triplet: 4D, 3B and DB. RGB value is (77,59,219). Sum of RGB (Red+Green+Blue) = 77+59+219=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BDB is #B2C424. Grayscale: #525252. Windows color (decimal): -11715621 or 14367565. OLE color: 14367565.
HSL color Cylindrical-coordinate representation of color #4D3BDB: hue angle of 246.75º 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 #4D3BDB is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 59 | 219 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.14 |
| HSL | 246.75º | 0.69% | 0.55% | - |
| HSV(B) | 246.75º | 0.73% | 0.86% | - |
| XYZ | 17.41 | 9.82 | 68 | - |
| YUV | 82.62 | 204.96 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 219 | 0.65 | 0.73 | 0 | 0.14 | 246.75 | 0.69 | 0.55 |
| Hex | 4D | 3B | DB | 41 | 49 | 0 | E | F7 | 45 | 37 |
| Octal | 115 | 73 | 333 | 101 | 111 | 0 | 16 | 367 | 105 | 67 |
| Binary | 1001101 | 111011 | 11011011 | 1000001 | 1001001 | 0 | 1110 | 11110111 | 1000101 | 110111 |
Color Harmonies of #4D3BDB
Complementary color
Monochromatic Colors of #4D3BDB
Black with #4D3BDB
Text Example
Text Example
White with #4D3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BDB; }
p { color: rgb(77,59,219); }
H1.HeaderClassName
{
color: #4D3BDB;
}
.AnyTagClassName
{
color: #4D3BDB;
}
</style>
background-color css
<style>
a { background-color: #4D3BDB; }
a { background-color: rgb(77,59,219); }
div.DivClassName
{
background-color: #4D3BDB;
}
.BgClassName
{
background-color: #4D3BDB;
}
</style>
border-color css
<style>
span { border-color: #4D3BDB; }
span { border-color: rgb(77,59,219); }
td.TdClassName
{
border-color: #4D3BDB;
}
.TagClassName
{
border-color: #4D3BDB;
}
</style>