Shades of Neon Blue #4837DB
Tints of Neon Blue #4837DB
RGB
CMYK
RGB Variations
Color information
#4837DB (or 0x4837DB) is known color: Neon Blue. HEX triplet: 48, 37 and DB. RGB value is (72,55,219). Sum of RGB (Red+Green+Blue) = 72+55+219=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #4837DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4837DB is #B7C824. Grayscale: #4E4E4E. Windows color (decimal): -12044325 or 14366536. OLE color: 14366536.
HSL color Cylindrical-coordinate representation of color #4837DB: hue angle of 246.22º degrees, saturation: 0.69, 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 #4837DB is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 55 | 219 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.14 |
| HSL | 246.22º | 0.69% | 0.54% | - |
| HSV(B) | 246.22º | 0.75% | 0.86% | - |
| XYZ | 16.82 | 9.22 | 67.91 | - |
| YUV | 78.78 | 207.13 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 55 | 219 | 0.67 | 0.75 | 0 | 0.14 | 246.22 | 0.69 | 0.54 |
| Hex | 48 | 37 | DB | 43 | 4B | 0 | E | F6 | 45 | 36 |
| Octal | 110 | 67 | 333 | 103 | 113 | 0 | 16 | 366 | 105 | 66 |
| Binary | 1001000 | 110111 | 11011011 | 1000011 | 1001011 | 0 | 1110 | 11110110 | 1000101 | 110110 |
Color Harmonies of #4837DB
Complementary color
Monochromatic Colors of #4837DB
Black with #4837DB
Text Example
Text Example
White with #4837DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4837DB; }
p { color: rgb(72,55,219); }
H1.HeaderClassName
{
color: #4837DB;
}
.AnyTagClassName
{
color: #4837DB;
}
</style>
background-color css
<style>
a { background-color: #4837DB; }
a { background-color: rgb(72,55,219); }
div.DivClassName
{
background-color: #4837DB;
}
.BgClassName
{
background-color: #4837DB;
}
</style>
border-color css
<style>
span { border-color: #4837DB; }
span { border-color: rgb(72,55,219); }
td.TdClassName
{
border-color: #4837DB;
}
.TagClassName
{
border-color: #4837DB;
}
</style>