Shades of Neon Blue #4C46DF
Tints of Neon Blue #4C46DF
RGB
CMYK
RGB Variations
Color information
#4C46DF (or 0x4C46DF) is known color: Neon Blue. HEX triplet: 4C, 46 and DF. RGB value is (76,70,223). Sum of RGB (Red+Green+Blue) = 76+70+223=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C46DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C46DF is #B3B920. Grayscale: #585858. Windows color (decimal): -11778337 or 14632524. OLE color: 14632524.
HSL color Cylindrical-coordinate representation of color #4C46DF: hue angle of 242.35º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C46DF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 70 | 223 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.13 |
| HSL | 242.35º | 0.71% | 0.57% | - |
| HSV(B) | 242.35º | 0.69% | 0.87% | - |
| XYZ | 18.49 | 11.24 | 71.01 | - |
| YUV | 89.24 | 203.49 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 223 | 0.66 | 0.69 | 0 | 0.13 | 242.35 | 0.71 | 0.57 |
| Hex | 4C | 46 | DF | 42 | 45 | 0 | D | F2 | 47 | 39 |
| Octal | 114 | 106 | 337 | 102 | 105 | 0 | 15 | 362 | 107 | 71 |
| Binary | 1001100 | 1000110 | 11011111 | 1000010 | 1000101 | 0 | 1101 | 11110010 | 1000111 | 111001 |
Color Harmonies of #4C46DF
Complementary color
Monochromatic Colors of #4C46DF
Black with #4C46DF
Text Example
Text Example
White with #4C46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C46DF; }
p { color: rgb(76,70,223); }
H1.HeaderClassName
{
color: #4C46DF;
}
.AnyTagClassName
{
color: #4C46DF;
}
</style>
background-color css
<style>
a { background-color: #4C46DF; }
a { background-color: rgb(76,70,223); }
div.DivClassName
{
background-color: #4C46DF;
}
.BgClassName
{
background-color: #4C46DF;
}
</style>
border-color css
<style>
span { border-color: #4C46DF; }
span { border-color: rgb(76,70,223); }
td.TdClassName
{
border-color: #4C46DF;
}
.TagClassName
{
border-color: #4C46DF;
}
</style>