Shades of Neon Blue #4860FD
Tints of Neon Blue #4860FD
RGB
CMYK
RGB Variations
Color information
#4860FD (or 0x4860FD) is known color: Neon Blue. HEX triplet: 48, 60 and FD. RGB value is (72,96,253). Sum of RGB (Red+Green+Blue) = 72+96+253=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #4860FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4860FD is #B79F02. Grayscale: #6A6A6A. Windows color (decimal): -12033795 or 16605256. OLE color: 16605256.
HSL color Cylindrical-coordinate representation of color #4860FD: hue angle of 232.04º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4860FD is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 96 | 253 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.01 |
| HSL | 232.04º | 0.98% | 0.64% | - |
| HSV(B) | 232.04º | 0.72% | 0.99% | - |
| XYZ | 24.58 | 16.84 | 94.88 | - |
| YUV | 106.72 | 210.55 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 253 | 0.72 | 0.62 | 0 | 0.01 | 232.04 | 0.98 | 0.64 |
| Hex | 48 | 60 | FD | 48 | 3E | 0 | 1 | E8 | 62 | 40 |
| Octal | 110 | 140 | 375 | 110 | 76 | 0 | 1 | 350 | 142 | 100 |
| Binary | 1001000 | 1100000 | 11111101 | 1001000 | 111110 | 0 | 1 | 11101000 | 1100010 | 1000000 |
Color Harmonies of #4860FD
Complementary color
Monochromatic Colors of #4860FD
Black with #4860FD
Text Example
Text Example
White with #4860FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860FD; }
p { color: rgb(72,96,253); }
H1.HeaderClassName
{
color: #4860FD;
}
.AnyTagClassName
{
color: #4860FD;
}
</style>
background-color css
<style>
a { background-color: #4860FD; }
a { background-color: rgb(72,96,253); }
div.DivClassName
{
background-color: #4860FD;
}
.BgClassName
{
background-color: #4860FD;
}
</style>
border-color css
<style>
span { border-color: #4860FD; }
span { border-color: rgb(72,96,253); }
td.TdClassName
{
border-color: #4860FD;
}
.TagClassName
{
border-color: #4860FD;
}
</style>