Shades of Neon Blue #4862FF
Tints of Neon Blue #4862FF
RGB
CMYK
RGB Variations
Color information
#4862FF (or 0x4862FF) is known color: Neon Blue. HEX triplet: 48, 62 and FF. RGB value is (72,98,255). Sum of RGB (Red+Green+Blue) = 72+98+255=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #4862FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4862FF is #B79D00. Grayscale: #6B6B6B. Windows color (decimal): -12033281 or 16736840. OLE color: 16736840.
HSL color Cylindrical-coordinate representation of color #4862FF: hue angle of 231.48º 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 #4862FF is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 98 | 255 | - |
| CMYK | 0.72 | 0.62 | 0 | 0 |
| HSL | 231.48º | 1% | 0.64% | - |
| HSV(B) | 231.48º | 0.72% | 1% | - |
| XYZ | 25.09 | 17.33 | 96.63 | - |
| YUV | 108.12 | 210.89 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 255 | 0.72 | 0.62 | 0 | 0 | 231.48 | 1 | 0.64 |
| Hex | 48 | 62 | FF | 48 | 3E | 0 | 0 | E7 | 64 | 40 |
| Octal | 110 | 142 | 377 | 110 | 76 | 0 | 0 | 347 | 144 | 100 |
| Binary | 1001000 | 1100010 | 11111111 | 1001000 | 111110 | 0 | 0 | 11100111 | 1100100 | 1000000 |
Color Harmonies of #4862FF
Complementary color
Monochromatic Colors of #4862FF
Black with #4862FF
Text Example
Text Example
White with #4862FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4862FF; }
p { color: rgb(72,98,255); }
H1.HeaderClassName
{
color: #4862FF;
}
.AnyTagClassName
{
color: #4862FF;
}
</style>
background-color css
<style>
a { background-color: #4862FF; }
a { background-color: rgb(72,98,255); }
div.DivClassName
{
background-color: #4862FF;
}
.BgClassName
{
background-color: #4862FF;
}
</style>
border-color css
<style>
span { border-color: #4862FF; }
span { border-color: rgb(72,98,255); }
td.TdClassName
{
border-color: #4862FF;
}
.TagClassName
{
border-color: #4862FF;
}
</style>