Shades of Neon Blue #4C41DE
Tints of Neon Blue #4C41DE
RGB
CMYK
RGB Variations
Color information
#4C41DE (or 0x4C41DE) is known color: Neon Blue. HEX triplet: 4C, 41 and DE. RGB value is (76,65,222). Sum of RGB (Red+Green+Blue) = 76+65+222=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C41DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C41DE is #B3BE21. Grayscale: #555555. Windows color (decimal): -11779618 or 14565708. OLE color: 14565708.
HSL color Cylindrical-coordinate representation of color #4C41DE: hue angle of 244.2º 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 #4C41DE is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 65 | 222 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.13 |
| HSL | 244.2º | 0.7% | 0.56% | - |
| HSV(B) | 244.2º | 0.71% | 0.87% | - |
| XYZ | 18.06 | 10.59 | 70.2 | - |
| YUV | 86.19 | 204.64 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 222 | 0.66 | 0.71 | 0 | 0.13 | 244.2 | 0.7 | 0.56 |
| Hex | 4C | 41 | DE | 42 | 47 | 0 | D | F4 | 46 | 38 |
| Octal | 114 | 101 | 336 | 102 | 107 | 0 | 15 | 364 | 106 | 70 |
| Binary | 1001100 | 1000001 | 11011110 | 1000010 | 1000111 | 0 | 1101 | 11110100 | 1000110 | 111000 |
Color Harmonies of #4C41DE
Complementary color
Monochromatic Colors of #4C41DE
Black with #4C41DE
Text Example
Text Example
White with #4C41DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C41DE; }
p { color: rgb(76,65,222); }
H1.HeaderClassName
{
color: #4C41DE;
}
.AnyTagClassName
{
color: #4C41DE;
}
</style>
background-color css
<style>
a { background-color: #4C41DE; }
a { background-color: rgb(76,65,222); }
div.DivClassName
{
background-color: #4C41DE;
}
.BgClassName
{
background-color: #4C41DE;
}
</style>
border-color css
<style>
span { border-color: #4C41DE; }
span { border-color: rgb(76,65,222); }
td.TdClassName
{
border-color: #4C41DE;
}
.TagClassName
{
border-color: #4C41DE;
}
</style>