Shades of Neon Blue #4831FF
Tints of Neon Blue #4831FF
RGB
CMYK
RGB Variations
Color information
#4831FF (or 0x4831FF) is known color: Neon Blue. HEX triplet: 48, 31 and FF. RGB value is (72,49,255). Sum of RGB (Red+Green+Blue) = 72+49+255=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #4831FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4831FF is #B7CE00. Grayscale: #4E4E4E. Windows color (decimal): -12045825 or 16724296. OLE color: 16724296.
HSL color Cylindrical-coordinate representation of color #4831FF: hue angle of 246.7º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4831FF is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 49 | 255 | - |
| CMYK | 0.72 | 0.81 | 0 | 0 |
| HSL | 246.7º | 1% | 0.6% | - |
| HSV(B) | 246.7º | 0.81% | 1% | - |
| XYZ | 21.82 | 10.79 | 95.54 | - |
| YUV | 79.36 | 227.12 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 255 | 0.72 | 0.81 | 0 | 0 | 246.7 | 1 | 0.6 |
| Hex | 48 | 31 | FF | 48 | 51 | 0 | 0 | F7 | 64 | 3C |
| Octal | 110 | 61 | 377 | 110 | 121 | 0 | 0 | 367 | 144 | 74 |
| Binary | 1001000 | 110001 | 11111111 | 1001000 | 1010001 | 0 | 0 | 11110111 | 1100100 | 111100 |
Color Harmonies of #4831FF
Complementary color
Monochromatic Colors of #4831FF
Black with #4831FF
Text Example
Text Example
White with #4831FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4831FF; }
p { color: rgb(72,49,255); }
H1.HeaderClassName
{
color: #4831FF;
}
.AnyTagClassName
{
color: #4831FF;
}
</style>
background-color css
<style>
a { background-color: #4831FF; }
a { background-color: rgb(72,49,255); }
div.DivClassName
{
background-color: #4831FF;
}
.BgClassName
{
background-color: #4831FF;
}
</style>
border-color css
<style>
span { border-color: #4831FF; }
span { border-color: rgb(72,49,255); }
td.TdClassName
{
border-color: #4831FF;
}
.TagClassName
{
border-color: #4831FF;
}
</style>