Shades of Neon Blue #4E3FDD
Tints of Neon Blue #4E3FDD
RGB
CMYK
RGB Variations
Color information
#4E3FDD (or 0x4E3FDD) is known color: Neon Blue. HEX triplet: 4E, 3F and DD. RGB value is (78,63,221). Sum of RGB (Red+Green+Blue) = 78+63+221=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 63 (25% from 255 or 17.40% 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 #4E3FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3FDD is #B1C022. Grayscale: #545454. Windows color (decimal): -11649059 or 14499662. OLE color: 14499662.
HSL color Cylindrical-coordinate representation of color #4E3FDD: hue angle of 245.7º 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 #4E3FDD is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 63 | 221 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.13 |
| HSL | 245.7º | 0.7% | 0.56% | - |
| HSV(B) | 245.7º | 0.71% | 0.87% | - |
| XYZ | 17.97 | 10.4 | 69.47 | - |
| YUV | 85.5 | 204.47 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 221 | 0.65 | 0.71 | 0 | 0.13 | 245.7 | 0.7 | 0.56 |
| Hex | 4E | 3F | DD | 41 | 47 | 0 | D | F6 | 46 | 38 |
| Octal | 116 | 77 | 335 | 101 | 107 | 0 | 15 | 366 | 106 | 70 |
| Binary | 1001110 | 111111 | 11011101 | 1000001 | 1000111 | 0 | 1101 | 11110110 | 1000110 | 111000 |
Color Harmonies of #4E3FDD
Complementary color
Monochromatic Colors of #4E3FDD
Black with #4E3FDD
Text Example
Text Example
White with #4E3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3FDD; }
p { color: rgb(78,63,221); }
H1.HeaderClassName
{
color: #4E3FDD;
}
.AnyTagClassName
{
color: #4E3FDD;
}
</style>
background-color css
<style>
a { background-color: #4E3FDD; }
a { background-color: rgb(78,63,221); }
div.DivClassName
{
background-color: #4E3FDD;
}
.BgClassName
{
background-color: #4E3FDD;
}
</style>
border-color css
<style>
span { border-color: #4E3FDD; }
span { border-color: rgb(78,63,221); }
td.TdClassName
{
border-color: #4E3FDD;
}
.TagClassName
{
border-color: #4E3FDD;
}
</style>