Shades of Neon Blue #4C36DE
Tints of Neon Blue #4C36DE
RGB
CMYK
RGB Variations
Color information
#4C36DE (or 0x4C36DE) is known color: Neon Blue. HEX triplet: 4C, 36 and DE. RGB value is (76,54,222). Sum of RGB (Red+Green+Blue) = 76+54+222=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C36DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C36DE is #B3C921. Grayscale: #4F4F4F. Windows color (decimal): -11782434 or 14562892. OLE color: 14562892.
HSL color Cylindrical-coordinate representation of color #4C36DE: hue angle of 247.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C36DE is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 54 | 222 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.13 |
| HSL | 247.86º | 0.72% | 0.54% | - |
| HSV(B) | 247.86º | 0.76% | 0.87% | - |
| XYZ | 17.48 | 9.45 | 70.01 | - |
| YUV | 79.73 | 208.29 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 222 | 0.66 | 0.76 | 0 | 0.13 | 247.86 | 0.72 | 0.54 |
| Hex | 4C | 36 | DE | 42 | 4C | 0 | D | F8 | 48 | 36 |
| Octal | 114 | 66 | 336 | 102 | 114 | 0 | 15 | 370 | 110 | 66 |
| Binary | 1001100 | 110110 | 11011110 | 1000010 | 1001100 | 0 | 1101 | 11111000 | 1001000 | 110110 |
Color Harmonies of #4C36DE
Complementary color
Monochromatic Colors of #4C36DE
Black with #4C36DE
Text Example
Text Example
White with #4C36DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C36DE; }
p { color: rgb(76,54,222); }
H1.HeaderClassName
{
color: #4C36DE;
}
.AnyTagClassName
{
color: #4C36DE;
}
</style>
background-color css
<style>
a { background-color: #4C36DE; }
a { background-color: rgb(76,54,222); }
div.DivClassName
{
background-color: #4C36DE;
}
.BgClassName
{
background-color: #4C36DE;
}
</style>
border-color css
<style>
span { border-color: #4C36DE; }
span { border-color: rgb(76,54,222); }
td.TdClassName
{
border-color: #4C36DE;
}
.TagClassName
{
border-color: #4C36DE;
}
</style>