Shades of Neon Blue #4836DC
Tints of Neon Blue #4836DC
RGB
CMYK
RGB Variations
Color information
#4836DC (or 0x4836DC) is known color: Neon Blue. HEX triplet: 48, 36 and DC. RGB value is (72,54,220). Sum of RGB (Red+Green+Blue) = 72+54+220=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #4836DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4836DC is #B7C923. Grayscale: #4D4D4D. Windows color (decimal): -12044580 or 14431816. OLE color: 14431816.
HSL color Cylindrical-coordinate representation of color #4836DC: hue angle of 246.51º 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 #4836DC is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 54 | 220 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.14 |
| HSL | 246.51º | 0.7% | 0.54% | - |
| HSV(B) | 246.51º | 0.75% | 0.86% | - |
| XYZ | 16.91 | 9.18 | 68.59 | - |
| YUV | 78.31 | 207.96 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 220 | 0.67 | 0.75 | 0 | 0.14 | 246.51 | 0.7 | 0.54 |
| Hex | 48 | 36 | DC | 43 | 4B | 0 | E | F7 | 46 | 36 |
| Octal | 110 | 66 | 334 | 103 | 113 | 0 | 16 | 367 | 106 | 66 |
| Binary | 1001000 | 110110 | 11011100 | 1000011 | 1001011 | 0 | 1110 | 11110111 | 1000110 | 110110 |
Color Harmonies of #4836DC
Complementary color
Monochromatic Colors of #4836DC
Black with #4836DC
Text Example
Text Example
White with #4836DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4836DC; }
p { color: rgb(72,54,220); }
H1.HeaderClassName
{
color: #4836DC;
}
.AnyTagClassName
{
color: #4836DC;
}
</style>
background-color css
<style>
a { background-color: #4836DC; }
a { background-color: rgb(72,54,220); }
div.DivClassName
{
background-color: #4836DC;
}
.BgClassName
{
background-color: #4836DC;
}
</style>
border-color css
<style>
span { border-color: #4836DC; }
span { border-color: rgb(72,54,220); }
td.TdClassName
{
border-color: #4836DC;
}
.TagClassName
{
border-color: #4836DC;
}
</style>