Shades of Neon Blue #4861FF
Tints of Neon Blue #4861FF
RGB
CMYK
RGB Variations
Color information
#4861FF (or 0x4861FF) is known color: Neon Blue. HEX triplet: 48, 61 and FF. RGB value is (72,97,255). Sum of RGB (Red+Green+Blue) = 72+97+255=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #4861FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4861FF is #B79E00. Grayscale: #6A6A6A. Windows color (decimal): -12033537 or 16736584. OLE color: 16736584.
HSL color Cylindrical-coordinate representation of color #4861FF: hue angle of 231.8º 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 #4861FF is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 97 | 255 | - |
| CMYK | 0.72 | 0.62 | 0 | 0 |
| HSL | 231.8º | 1% | 0.64% | - |
| HSV(B) | 231.8º | 0.72% | 1% | - |
| XYZ | 25 | 17.15 | 96.6 | - |
| YUV | 107.54 | 211.22 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 255 | 0.72 | 0.62 | 0 | 0 | 231.8 | 1 | 0.64 |
| Hex | 48 | 61 | FF | 48 | 3E | 0 | 0 | E8 | 64 | 40 |
| Octal | 110 | 141 | 377 | 110 | 76 | 0 | 0 | 350 | 144 | 100 |
| Binary | 1001000 | 1100001 | 11111111 | 1001000 | 111110 | 0 | 0 | 11101000 | 1100100 | 1000000 |
Color Harmonies of #4861FF
Complementary color
Monochromatic Colors of #4861FF
Black with #4861FF
Text Example
Text Example
White with #4861FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4861FF; }
p { color: rgb(72,97,255); }
H1.HeaderClassName
{
color: #4861FF;
}
.AnyTagClassName
{
color: #4861FF;
}
</style>
background-color css
<style>
a { background-color: #4861FF; }
a { background-color: rgb(72,97,255); }
div.DivClassName
{
background-color: #4861FF;
}
.BgClassName
{
background-color: #4861FF;
}
</style>
border-color css
<style>
span { border-color: #4861FF; }
span { border-color: rgb(72,97,255); }
td.TdClassName
{
border-color: #4861FF;
}
.TagClassName
{
border-color: #4861FF;
}
</style>