Shades of Neon Blue #4636DB
Tints of Neon Blue #4636DB
RGB
CMYK
RGB Variations
Color information
#4636DB (or 0x4636DB) is known color: Neon Blue. HEX triplet: 46, 36 and DB. RGB value is (70,54,219). Sum of RGB (Red+Green+Blue) = 70+54+219=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #4636DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4636DB is #B9C924. Grayscale: #4C4C4C. Windows color (decimal): -12175653 or 14366278. OLE color: 14366278.
HSL color Cylindrical-coordinate representation of color #4636DB: hue angle of 245.82º 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 #4636DB is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 54 | 219 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.14 |
| HSL | 245.82º | 0.7% | 0.54% | - |
| HSV(B) | 245.82º | 0.75% | 0.86% | - |
| XYZ | 16.63 | 9.05 | 67.89 | - |
| YUV | 77.59 | 207.8 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 219 | 0.68 | 0.75 | 0 | 0.14 | 245.82 | 0.7 | 0.54 |
| Hex | 46 | 36 | DB | 44 | 4B | 0 | E | F6 | 46 | 36 |
| Octal | 106 | 66 | 333 | 104 | 113 | 0 | 16 | 366 | 106 | 66 |
| Binary | 1000110 | 110110 | 11011011 | 1000100 | 1001011 | 0 | 1110 | 11110110 | 1000110 | 110110 |
Color Harmonies of #4636DB
Complementary color
Monochromatic Colors of #4636DB
Black with #4636DB
Text Example
Text Example
White with #4636DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4636DB; }
p { color: rgb(70,54,219); }
H1.HeaderClassName
{
color: #4636DB;
}
.AnyTagClassName
{
color: #4636DB;
}
</style>
background-color css
<style>
a { background-color: #4636DB; }
a { background-color: rgb(70,54,219); }
div.DivClassName
{
background-color: #4636DB;
}
.BgClassName
{
background-color: #4636DB;
}
</style>
border-color css
<style>
span { border-color: #4636DB; }
span { border-color: rgb(70,54,219); }
td.TdClassName
{
border-color: #4636DB;
}
.TagClassName
{
border-color: #4636DB;
}
</style>