Shades of Neon Blue #4D38DD
Tints of Neon Blue #4D38DD
RGB
CMYK
RGB Variations
Color information
#4D38DD (or 0x4D38DD) is known color: Neon Blue. HEX triplet: 4D, 38 and DD. RGB value is (77,56,221). Sum of RGB (Red+Green+Blue) = 77+56+221=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D38DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D38DD is #B2C722. Grayscale: #505050. Windows color (decimal): -11716387 or 14497869. OLE color: 14497869.
HSL color Cylindrical-coordinate representation of color #4D38DD: hue angle of 247.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D38DD is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 56 | 221 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.13 |
| HSL | 247.64º | 0.71% | 0.54% | - |
| HSV(B) | 247.64º | 0.75% | 0.87% | - |
| XYZ | 17.53 | 9.63 | 69.34 | - |
| YUV | 81.09 | 206.96 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 221 | 0.65 | 0.75 | 0 | 0.13 | 247.64 | 0.71 | 0.54 |
| Hex | 4D | 38 | DD | 41 | 4B | 0 | D | F8 | 47 | 36 |
| Octal | 115 | 70 | 335 | 101 | 113 | 0 | 15 | 370 | 107 | 66 |
| Binary | 1001101 | 111000 | 11011101 | 1000001 | 1001011 | 0 | 1101 | 11111000 | 1000111 | 110110 |
Color Harmonies of #4D38DD
Complementary color
Monochromatic Colors of #4D38DD
Black with #4D38DD
Text Example
Text Example
White with #4D38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D38DD; }
p { color: rgb(77,56,221); }
H1.HeaderClassName
{
color: #4D38DD;
}
.AnyTagClassName
{
color: #4D38DD;
}
</style>
background-color css
<style>
a { background-color: #4D38DD; }
a { background-color: rgb(77,56,221); }
div.DivClassName
{
background-color: #4D38DD;
}
.BgClassName
{
background-color: #4D38DD;
}
</style>
border-color css
<style>
span { border-color: #4D38DD; }
span { border-color: rgb(77,56,221); }
td.TdClassName
{
border-color: #4D38DD;
}
.TagClassName
{
border-color: #4D38DD;
}
</style>