Shades of Neon Blue #4838E8
Tints of Neon Blue #4838E8
RGB
CMYK
RGB Variations
Color information
#4838E8 (or 0x4838E8) is known color: Neon Blue. HEX triplet: 48, 38 and E8. RGB value is (72,56,232). Sum of RGB (Red+Green+Blue) = 72+56+232=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #4838E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4838E8 is #B7C717. Grayscale: #505050. Windows color (decimal): -12044056 or 15218760. OLE color: 15218760.
HSL color Cylindrical-coordinate representation of color #4838E8: hue angle of 245.45º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4838E8 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 56 | 232 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.09 |
| HSL | 245.45º | 0.79% | 0.56% | - |
| HSV(B) | 245.45º | 0.76% | 0.91% | - |
| XYZ | 18.65 | 10.03 | 77.3 | - |
| YUV | 80.85 | 213.3 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 232 | 0.69 | 0.76 | 0 | 0.09 | 245.45 | 0.79 | 0.56 |
| Hex | 48 | 38 | E8 | 45 | 4C | 0 | 9 | F5 | 4F | 38 |
| Octal | 110 | 70 | 350 | 105 | 114 | 0 | 11 | 365 | 117 | 70 |
| Binary | 1001000 | 111000 | 11101000 | 1000101 | 1001100 | 0 | 1001 | 11110101 | 1001111 | 111000 |
Color Harmonies of #4838E8
Complementary color
Monochromatic Colors of #4838E8
Black with #4838E8
Text Example
Text Example
White with #4838E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838E8; }
p { color: rgb(72,56,232); }
H1.HeaderClassName
{
color: #4838E8;
}
.AnyTagClassName
{
color: #4838E8;
}
</style>
background-color css
<style>
a { background-color: #4838E8; }
a { background-color: rgb(72,56,232); }
div.DivClassName
{
background-color: #4838E8;
}
.BgClassName
{
background-color: #4838E8;
}
</style>
border-color css
<style>
span { border-color: #4838E8; }
span { border-color: rgb(72,56,232); }
td.TdClassName
{
border-color: #4838E8;
}
.TagClassName
{
border-color: #4838E8;
}
</style>