Shades of Neon Blue #4838FF
Tints of Neon Blue #4838FF
RGB
CMYK
RGB Variations
Color information
#4838FF (or 0x4838FF) is known color: Neon Blue. HEX triplet: 48, 38 and FF. RGB value is (72,56,255). Sum of RGB (Red+Green+Blue) = 72+56+255=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #4838FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4838FF is #B7C700. Grayscale: #525252. Windows color (decimal): -12044033 or 16726088. OLE color: 16726088.
HSL color Cylindrical-coordinate representation of color #4838FF: hue angle of 244.82º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4838FF is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 56 | 255 | - |
| CMYK | 0.72 | 0.78 | 0 | 0 |
| HSL | 244.82º | 1% | 0.61% | - |
| HSV(B) | 244.82º | 0.78% | 1% | - |
| XYZ | 22.14 | 11.43 | 95.65 | - |
| YUV | 83.47 | 224.8 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 255 | 0.72 | 0.78 | 0 | 0 | 244.82 | 1 | 0.61 |
| Hex | 48 | 38 | FF | 48 | 4E | 0 | 0 | F5 | 64 | 3D |
| Octal | 110 | 70 | 377 | 110 | 116 | 0 | 0 | 365 | 144 | 75 |
| Binary | 1001000 | 111000 | 11111111 | 1001000 | 1001110 | 0 | 0 | 11110101 | 1100100 | 111101 |
Color Harmonies of #4838FF
Complementary color
Monochromatic Colors of #4838FF
Black with #4838FF
Text Example
Text Example
White with #4838FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4838FF; }
p { color: rgb(72,56,255); }
H1.HeaderClassName
{
color: #4838FF;
}
.AnyTagClassName
{
color: #4838FF;
}
</style>
background-color css
<style>
a { background-color: #4838FF; }
a { background-color: rgb(72,56,255); }
div.DivClassName
{
background-color: #4838FF;
}
.BgClassName
{
background-color: #4838FF;
}
</style>
border-color css
<style>
span { border-color: #4838FF; }
span { border-color: rgb(72,56,255); }
td.TdClassName
{
border-color: #4838FF;
}
.TagClassName
{
border-color: #4838FF;
}
</style>