Shades of Neon Blue #4838DC
Tints of Neon Blue #4838DC
RGB
CMYK
RGB Variations
Color information
#4838DC (or 0x4838DC) is known color: Neon Blue. HEX triplet: 48, 38 and DC. RGB value is (72,56,220). Sum of RGB (Red+Green+Blue) = 72+56+220=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #4838DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4838DC is #B7C723. Grayscale: #4E4E4E. Windows color (decimal): -12044068 or 14432328. OLE color: 14432328.
HSL color Cylindrical-coordinate representation of color #4838DC: hue angle of 245.85º 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 #4838DC is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 56 | 220 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.14 |
| HSL | 245.85º | 0.7% | 0.54% | - |
| HSV(B) | 245.85º | 0.75% | 0.86% | - |
| XYZ | 17 | 9.37 | 68.62 | - |
| YUV | 79.48 | 207.3 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 220 | 0.67 | 0.75 | 0 | 0.14 | 245.85 | 0.7 | 0.54 |
| Hex | 48 | 38 | DC | 43 | 4B | 0 | E | F6 | 46 | 36 |
| Octal | 110 | 70 | 334 | 103 | 113 | 0 | 16 | 366 | 106 | 66 |
| Binary | 1001000 | 111000 | 11011100 | 1000011 | 1001011 | 0 | 1110 | 11110110 | 1000110 | 110110 |
Color Harmonies of #4838DC
Complementary color
Monochromatic Colors of #4838DC
Black with #4838DC
Text Example
Text Example
White with #4838DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838DC; }
p { color: rgb(72,56,220); }
H1.HeaderClassName
{
color: #4838DC;
}
.AnyTagClassName
{
color: #4838DC;
}
</style>
background-color css
<style>
a { background-color: #4838DC; }
a { background-color: rgb(72,56,220); }
div.DivClassName
{
background-color: #4838DC;
}
.BgClassName
{
background-color: #4838DC;
}
</style>
border-color css
<style>
span { border-color: #4838DC; }
span { border-color: rgb(72,56,220); }
td.TdClassName
{
border-color: #4838DC;
}
.TagClassName
{
border-color: #4838DC;
}
</style>