Shades of Neon Blue #4838EE
Tints of Neon Blue #4838EE
RGB
CMYK
RGB Variations
Color information
#4838EE (or 0x4838EE) is known color: Neon Blue. HEX triplet: 48, 38 and EE. RGB value is (72,56,238). Sum of RGB (Red+Green+Blue) = 72+56+238=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #4838EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4838EE is #B7C711. Grayscale: #505050. Windows color (decimal): -12044050 or 15611976. OLE color: 15611976.
HSL color Cylindrical-coordinate representation of color #4838EE: hue angle of 245.27º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4838EE is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 56 | 238 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.07 |
| HSL | 245.27º | 0.84% | 0.58% | - |
| HSV(B) | 245.27º | 0.76% | 0.93% | - |
| XYZ | 19.52 | 10.38 | 81.86 | - |
| YUV | 81.53 | 216.3 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 238 | 0.70 | 0.76 | 0 | 0.07 | 245.27 | 0.84 | 0.58 |
| Hex | 48 | 38 | EE | 46 | 4C | 0 | 7 | F5 | 54 | 3A |
| Octal | 110 | 70 | 356 | 106 | 114 | 0 | 7 | 365 | 124 | 72 |
| Binary | 1001000 | 111000 | 11101110 | 1000110 | 1001100 | 0 | 111 | 11110101 | 1010100 | 111010 |
Color Harmonies of #4838EE
Complementary color
Monochromatic Colors of #4838EE
Black with #4838EE
Text Example
Text Example
White with #4838EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838EE; }
p { color: rgb(72,56,238); }
H1.HeaderClassName
{
color: #4838EE;
}
.AnyTagClassName
{
color: #4838EE;
}
</style>
background-color css
<style>
a { background-color: #4838EE; }
a { background-color: rgb(72,56,238); }
div.DivClassName
{
background-color: #4838EE;
}
.BgClassName
{
background-color: #4838EE;
}
</style>
border-color css
<style>
span { border-color: #4838EE; }
span { border-color: rgb(72,56,238); }
td.TdClassName
{
border-color: #4838EE;
}
.TagClassName
{
border-color: #4838EE;
}
</style>