Shades of Neon Blue #4637DC
Tints of Neon Blue #4637DC
RGB
CMYK
RGB Variations
Color information
#4637DC (or 0x4637DC) is known color: Neon Blue. HEX triplet: 46, 37 and DC. RGB value is (70,55,220). Sum of RGB (Red+Green+Blue) = 70+55+220=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #4637DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4637DC is #B9C823. Grayscale: #4D4D4D. Windows color (decimal): -12175396 or 14432070. OLE color: 14432070.
HSL color Cylindrical-coordinate representation of color #4637DC: hue angle of 245.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4637DC is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 55 | 220 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.14 |
| HSL | 245.45º | 0.7% | 0.54% | - |
| HSV(B) | 245.45º | 0.75% | 0.86% | - |
| XYZ | 16.81 | 9.2 | 68.6 | - |
| YUV | 78.3 | 207.97 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 220 | 0.68 | 0.75 | 0 | 0.14 | 245.45 | 0.7 | 0.54 |
| Hex | 46 | 37 | DC | 44 | 4B | 0 | E | F5 | 46 | 36 |
| Octal | 106 | 67 | 334 | 104 | 113 | 0 | 16 | 365 | 106 | 66 |
| Binary | 1000110 | 110111 | 11011100 | 1000100 | 1001011 | 0 | 1110 | 11110101 | 1000110 | 110110 |
Color Harmonies of #4637DC
Complementary color
Monochromatic Colors of #4637DC
Black with #4637DC
Text Example
Text Example
White with #4637DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4637DC; }
p { color: rgb(70,55,220); }
H1.HeaderClassName
{
color: #4637DC;
}
.AnyTagClassName
{
color: #4637DC;
}
</style>
background-color css
<style>
a { background-color: #4637DC; }
a { background-color: rgb(70,55,220); }
div.DivClassName
{
background-color: #4637DC;
}
.BgClassName
{
background-color: #4637DC;
}
</style>
border-color css
<style>
span { border-color: #4637DC; }
span { border-color: rgb(70,55,220); }
td.TdClassName
{
border-color: #4637DC;
}
.TagClassName
{
border-color: #4637DC;
}
</style>