Shades of Neon Blue #4C46DD
Tints of Neon Blue #4C46DD
RGB
CMYK
RGB Variations
Color information
#4C46DD (or 0x4C46DD) is known color: Neon Blue. HEX triplet: 4C, 46 and DD. RGB value is (76,70,221). Sum of RGB (Red+Green+Blue) = 76+70+221=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C46DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C46DD is #B3B922. Grayscale: #585858. Windows color (decimal): -11778339 or 14501452. OLE color: 14501452.
HSL color Cylindrical-coordinate representation of color #4C46DD: hue angle of 242.38º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C46DD is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 70 | 221 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.13 |
| HSL | 242.38º | 0.69% | 0.57% | - |
| HSV(B) | 242.38º | 0.68% | 0.87% | - |
| XYZ | 18.22 | 11.14 | 69.6 | - |
| YUV | 89.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 221 | 0.66 | 0.68 | 0 | 0.13 | 242.38 | 0.69 | 0.57 |
| Hex | 4C | 46 | DD | 42 | 44 | 0 | D | F2 | 45 | 39 |
| Octal | 114 | 106 | 335 | 102 | 104 | 0 | 15 | 362 | 105 | 71 |
| Binary | 1001100 | 1000110 | 11011101 | 1000010 | 1000100 | 0 | 1101 | 11110010 | 1000101 | 111001 |
Color Harmonies of #4C46DD
Complementary color
Monochromatic Colors of #4C46DD
Black with #4C46DD
Text Example
Text Example
White with #4C46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C46DD; }
p { color: rgb(76,70,221); }
H1.HeaderClassName
{
color: #4C46DD;
}
.AnyTagClassName
{
color: #4C46DD;
}
</style>
background-color css
<style>
a { background-color: #4C46DD; }
a { background-color: rgb(76,70,221); }
div.DivClassName
{
background-color: #4C46DD;
}
.BgClassName
{
background-color: #4C46DD;
}
</style>
border-color css
<style>
span { border-color: #4C46DD; }
span { border-color: rgb(76,70,221); }
td.TdClassName
{
border-color: #4C46DD;
}
.TagClassName
{
border-color: #4C46DD;
}
</style>