Shades of Neon Blue #4836DA
Tints of Neon Blue #4836DA
RGB
CMYK
RGB Variations
Color information
#4836DA (or 0x4836DA) is known color: Neon Blue. HEX triplet: 48, 36 and DA. RGB value is (72,54,218). Sum of RGB (Red+Green+Blue) = 72+54+218=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #4836DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4836DA is #B7C925. Grayscale: #4D4D4D. Windows color (decimal): -12044582 or 14300744. OLE color: 14300744.
HSL color Cylindrical-coordinate representation of color #4836DA: hue angle of 246.59º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4836DA is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 54 | 218 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.15 |
| HSL | 246.59º | 0.69% | 0.53% | - |
| HSV(B) | 246.59º | 0.75% | 0.85% | - |
| XYZ | 16.65 | 9.08 | 67.2 | - |
| YUV | 78.08 | 206.96 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 218 | 0.67 | 0.75 | 0 | 0.15 | 246.59 | 0.69 | 0.53 |
| Hex | 48 | 36 | DA | 43 | 4B | 0 | F | F7 | 45 | 35 |
| Octal | 110 | 66 | 332 | 103 | 113 | 0 | 17 | 367 | 105 | 65 |
| Binary | 1001000 | 110110 | 11011010 | 1000011 | 1001011 | 0 | 1111 | 11110111 | 1000101 | 110101 |
Color Harmonies of #4836DA
Complementary color
Monochromatic Colors of #4836DA
Black with #4836DA
Text Example
Text Example
White with #4836DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4836DA; }
p { color: rgb(72,54,218); }
H1.HeaderClassName
{
color: #4836DA;
}
.AnyTagClassName
{
color: #4836DA;
}
</style>
background-color css
<style>
a { background-color: #4836DA; }
a { background-color: rgb(72,54,218); }
div.DivClassName
{
background-color: #4836DA;
}
.BgClassName
{
background-color: #4836DA;
}
</style>
border-color css
<style>
span { border-color: #4836DA; }
span { border-color: rgb(72,54,218); }
td.TdClassName
{
border-color: #4836DA;
}
.TagClassName
{
border-color: #4836DA;
}
</style>