Shades of Neon Blue #4D40DD
Tints of Neon Blue #4D40DD
RGB
CMYK
RGB Variations
Color information
#4D40DD (or 0x4D40DD) is known color: Neon Blue. HEX triplet: 4D, 40 and DD. RGB value is (77,64,221). Sum of RGB (Red+Green+Blue) = 77+64+221=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D40DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D40DD is #B2BF22. Grayscale: #555555. Windows color (decimal): -11714339 or 14499917. OLE color: 14499917.
HSL color Cylindrical-coordinate representation of color #4D40DD: hue angle of 244.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D40DD is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 64 | 221 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.13 |
| HSL | 244.97º | 0.7% | 0.56% | - |
| HSV(B) | 244.97º | 0.71% | 0.87% | - |
| XYZ | 17.95 | 10.47 | 69.48 | - |
| YUV | 85.79 | 204.31 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 221 | 0.65 | 0.71 | 0 | 0.13 | 244.97 | 0.7 | 0.56 |
| Hex | 4D | 40 | DD | 41 | 47 | 0 | D | F5 | 46 | 38 |
| Octal | 115 | 100 | 335 | 101 | 107 | 0 | 15 | 365 | 106 | 70 |
| Binary | 1001101 | 1000000 | 11011101 | 1000001 | 1000111 | 0 | 1101 | 11110101 | 1000110 | 111000 |
Color Harmonies of #4D40DD
Complementary color
Monochromatic Colors of #4D40DD
Black with #4D40DD
Text Example
Text Example
White with #4D40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D40DD; }
p { color: rgb(77,64,221); }
H1.HeaderClassName
{
color: #4D40DD;
}
.AnyTagClassName
{
color: #4D40DD;
}
</style>
background-color css
<style>
a { background-color: #4D40DD; }
a { background-color: rgb(77,64,221); }
div.DivClassName
{
background-color: #4D40DD;
}
.BgClassName
{
background-color: #4D40DD;
}
</style>
border-color css
<style>
span { border-color: #4D40DD; }
span { border-color: rgb(77,64,221); }
td.TdClassName
{
border-color: #4D40DD;
}
.TagClassName
{
border-color: #4D40DD;
}
</style>