Shades of Neon Blue #4D46DF
Tints of Neon Blue #4D46DF
RGB
CMYK
RGB Variations
Color information
#4D46DF (or 0x4D46DF) is known color: Neon Blue. HEX triplet: 4D, 46 and DF. RGB value is (77,70,223). Sum of RGB (Red+Green+Blue) = 77+70+223=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D46DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D46DF is #B2B920. Grayscale: #585858. Windows color (decimal): -11712801 or 14632525. OLE color: 14632525.
HSL color Cylindrical-coordinate representation of color #4D46DF: hue angle of 242.75º 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 #4D46DF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 70 | 223 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.13 |
| HSL | 242.75º | 0.71% | 0.57% | - |
| HSV(B) | 242.75º | 0.69% | 0.87% | - |
| XYZ | 18.57 | 11.29 | 71.01 | - |
| YUV | 89.54 | 203.32 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 223 | 0.65 | 0.69 | 0 | 0.13 | 242.75 | 0.71 | 0.57 |
| Hex | 4D | 46 | DF | 41 | 45 | 0 | D | F3 | 47 | 39 |
| Octal | 115 | 106 | 337 | 101 | 105 | 0 | 15 | 363 | 107 | 71 |
| Binary | 1001101 | 1000110 | 11011111 | 1000001 | 1000101 | 0 | 1101 | 11110011 | 1000111 | 111001 |
Color Harmonies of #4D46DF
Complementary color
Monochromatic Colors of #4D46DF
Black with #4D46DF
Text Example
Text Example
White with #4D46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D46DF; }
p { color: rgb(77,70,223); }
H1.HeaderClassName
{
color: #4D46DF;
}
.AnyTagClassName
{
color: #4D46DF;
}
</style>
background-color css
<style>
a { background-color: #4D46DF; }
a { background-color: rgb(77,70,223); }
div.DivClassName
{
background-color: #4D46DF;
}
.BgClassName
{
background-color: #4D46DF;
}
</style>
border-color css
<style>
span { border-color: #4D46DF; }
span { border-color: rgb(77,70,223); }
td.TdClassName
{
border-color: #4D46DF;
}
.TagClassName
{
border-color: #4D46DF;
}
</style>