Shades of Neon Blue #4860FF
Tints of Neon Blue #4860FF
RGB
CMYK
RGB Variations
Color information
#4860FF (or 0x4860FF) is known color: Neon Blue. HEX triplet: 48, 60 and FF. RGB value is (72,96,255). Sum of RGB (Red+Green+Blue) = 72+96+255=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #4860FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4860FF is #B79F00. Grayscale: #6A6A6A. Windows color (decimal): -12033793 or 16736328. OLE color: 16736328.
HSL color Cylindrical-coordinate representation of color #4860FF: hue angle of 232.13º 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 #4860FF is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 96 | 255 | - |
| CMYK | 0.72 | 0.62 | 0 | 0 |
| HSL | 232.13º | 1% | 0.64% | - |
| HSV(B) | 232.13º | 0.72% | 1% | - |
| XYZ | 24.91 | 16.96 | 96.57 | - |
| YUV | 106.95 | 211.55 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 255 | 0.72 | 0.62 | 0 | 0 | 232.13 | 1 | 0.64 |
| Hex | 48 | 60 | FF | 48 | 3E | 0 | 0 | E8 | 64 | 40 |
| Octal | 110 | 140 | 377 | 110 | 76 | 0 | 0 | 350 | 144 | 100 |
| Binary | 1001000 | 1100000 | 11111111 | 1001000 | 111110 | 0 | 0 | 11101000 | 1100100 | 1000000 |
Color Harmonies of #4860FF
Complementary color
Monochromatic Colors of #4860FF
Black with #4860FF
Text Example
Text Example
White with #4860FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860FF; }
p { color: rgb(72,96,255); }
H1.HeaderClassName
{
color: #4860FF;
}
.AnyTagClassName
{
color: #4860FF;
}
</style>
background-color css
<style>
a { background-color: #4860FF; }
a { background-color: rgb(72,96,255); }
div.DivClassName
{
background-color: #4860FF;
}
.BgClassName
{
background-color: #4860FF;
}
</style>
border-color css
<style>
span { border-color: #4860FF; }
span { border-color: rgb(72,96,255); }
td.TdClassName
{
border-color: #4860FF;
}
.TagClassName
{
border-color: #4860FF;
}
</style>