Shades of Neon Blue #4856FF
Tints of Neon Blue #4856FF
RGB
CMYK
RGB Variations
Color information
#4856FF (or 0x4856FF) is known color: Neon Blue. HEX triplet: 48, 56 and FF. RGB value is (72,86,255). Sum of RGB (Red+Green+Blue) = 72+86+255=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #4856FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4856FF is #B7A900. Grayscale: #646464. Windows color (decimal): -12036353 or 16733768. OLE color: 16733768.
HSL color Cylindrical-coordinate representation of color #4856FF: hue angle of 235.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4856FF is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 86 | 255 | - |
| CMYK | 0.72 | 0.66 | 0 | 0 |
| HSL | 235.41º | 1% | 0.64% | - |
| HSV(B) | 235.41º | 0.72% | 1% | - |
| XYZ | 24.05 | 15.25 | 96.28 | - |
| YUV | 101.08 | 214.86 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 255 | 0.72 | 0.66 | 0 | 0 | 235.41 | 1 | 0.64 |
| Hex | 48 | 56 | FF | 48 | 42 | 0 | 0 | EB | 64 | 40 |
| Octal | 110 | 126 | 377 | 110 | 102 | 0 | 0 | 353 | 144 | 100 |
| Binary | 1001000 | 1010110 | 11111111 | 1001000 | 1000010 | 0 | 0 | 11101011 | 1100100 | 1000000 |
Color Harmonies of #4856FF
Complementary color
Monochromatic Colors of #4856FF
Black with #4856FF
Text Example
Text Example
White with #4856FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4856FF; }
p { color: rgb(72,86,255); }
H1.HeaderClassName
{
color: #4856FF;
}
.AnyTagClassName
{
color: #4856FF;
}
</style>
background-color css
<style>
a { background-color: #4856FF; }
a { background-color: rgb(72,86,255); }
div.DivClassName
{
background-color: #4856FF;
}
.BgClassName
{
background-color: #4856FF;
}
</style>
border-color css
<style>
span { border-color: #4856FF; }
span { border-color: rgb(72,86,255); }
td.TdClassName
{
border-color: #4856FF;
}
.TagClassName
{
border-color: #4856FF;
}
</style>