Shades of Neon Blue #4E39DD
Tints of Neon Blue #4E39DD
RGB
CMYK
RGB Variations
Color information
#4E39DD (or 0x4E39DD) is known color: Neon Blue. HEX triplet: 4E, 39 and DD. RGB value is (78,57,221). Sum of RGB (Red+Green+Blue) = 78+57+221=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E39DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E39DD is #B1C622. Grayscale: #515151. Windows color (decimal): -11650595 or 14498126. OLE color: 14498126.
HSL color Cylindrical-coordinate representation of color #4E39DD: hue angle of 247.68º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E39DD is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 57 | 221 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.13 |
| HSL | 247.68º | 0.71% | 0.55% | - |
| HSV(B) | 247.68º | 0.74% | 0.87% | - |
| XYZ | 17.66 | 9.77 | 69.36 | - |
| YUV | 81.98 | 206.46 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 221 | 0.65 | 0.74 | 0 | 0.13 | 247.68 | 0.71 | 0.55 |
| Hex | 4E | 39 | DD | 41 | 4A | 0 | D | F8 | 47 | 37 |
| Octal | 116 | 71 | 335 | 101 | 112 | 0 | 15 | 370 | 107 | 67 |
| Binary | 1001110 | 111001 | 11011101 | 1000001 | 1001010 | 0 | 1101 | 11111000 | 1000111 | 110111 |
Color Harmonies of #4E39DD
Complementary color
Monochromatic Colors of #4E39DD
Black with #4E39DD
Text Example
Text Example
White with #4E39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E39DD; }
p { color: rgb(78,57,221); }
H1.HeaderClassName
{
color: #4E39DD;
}
.AnyTagClassName
{
color: #4E39DD;
}
</style>
background-color css
<style>
a { background-color: #4E39DD; }
a { background-color: rgb(78,57,221); }
div.DivClassName
{
background-color: #4E39DD;
}
.BgClassName
{
background-color: #4E39DD;
}
</style>
border-color css
<style>
span { border-color: #4E39DD; }
span { border-color: rgb(78,57,221); }
td.TdClassName
{
border-color: #4E39DD;
}
.TagClassName
{
border-color: #4E39DD;
}
</style>