Shades of Neon Blue #4638DB
Tints of Neon Blue #4638DB
RGB
CMYK
RGB Variations
Color information
#4638DB (or 0x4638DB) is known color: Neon Blue. HEX triplet: 46, 38 and DB. RGB value is (70,56,219). Sum of RGB (Red+Green+Blue) = 70+56+219=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #4638DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4638DB is #B9C724. Grayscale: #4E4E4E. Windows color (decimal): -12175141 or 14366790. OLE color: 14366790.
HSL color Cylindrical-coordinate representation of color #4638DB: hue angle of 245.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4638DB is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 56 | 219 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.14 |
| HSL | 245.15º | 0.69% | 0.54% | - |
| HSV(B) | 245.15º | 0.74% | 0.86% | - |
| XYZ | 16.73 | 9.24 | 67.92 | - |
| YUV | 78.77 | 207.14 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 219 | 0.68 | 0.74 | 0 | 0.14 | 245.15 | 0.69 | 0.54 |
| Hex | 46 | 38 | DB | 44 | 4A | 0 | E | F5 | 45 | 36 |
| Octal | 106 | 70 | 333 | 104 | 112 | 0 | 16 | 365 | 105 | 66 |
| Binary | 1000110 | 111000 | 11011011 | 1000100 | 1001010 | 0 | 1110 | 11110101 | 1000101 | 110110 |
Color Harmonies of #4638DB
Complementary color
Monochromatic Colors of #4638DB
Black with #4638DB
Text Example
Text Example
White with #4638DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4638DB; }
p { color: rgb(70,56,219); }
H1.HeaderClassName
{
color: #4638DB;
}
.AnyTagClassName
{
color: #4638DB;
}
</style>
background-color css
<style>
a { background-color: #4638DB; }
a { background-color: rgb(70,56,219); }
div.DivClassName
{
background-color: #4638DB;
}
.BgClassName
{
background-color: #4638DB;
}
</style>
border-color css
<style>
span { border-color: #4638DB; }
span { border-color: rgb(70,56,219); }
td.TdClassName
{
border-color: #4638DB;
}
.TagClassName
{
border-color: #4638DB;
}
</style>