Shades of Neon Blue #4851FF
Tints of Neon Blue #4851FF
RGB
CMYK
RGB Variations
Color information
#4851FF (or 0x4851FF) is known color: Neon Blue. HEX triplet: 48, 51 and FF. RGB value is (72,81,255). Sum of RGB (Red+Green+Blue) = 72+81+255=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #4851FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4851FF is #B7AE00. Grayscale: #616161. Windows color (decimal): -12037633 or 16732488. OLE color: 16732488.
HSL color Cylindrical-coordinate representation of color #4851FF: hue angle of 237.05º 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 #4851FF is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 81 | 255 | - |
| CMYK | 0.72 | 0.68 | 0 | 0 |
| HSL | 237.05º | 1% | 0.64% | - |
| HSV(B) | 237.05º | 0.72% | 1% | - |
| XYZ | 23.66 | 14.48 | 96.16 | - |
| YUV | 98.15 | 216.52 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 255 | 0.72 | 0.68 | 0 | 0 | 237.05 | 1 | 0.64 |
| Hex | 48 | 51 | FF | 48 | 44 | 0 | 0 | ED | 64 | 40 |
| Octal | 110 | 121 | 377 | 110 | 104 | 0 | 0 | 355 | 144 | 100 |
| Binary | 1001000 | 1010001 | 11111111 | 1001000 | 1000100 | 0 | 0 | 11101101 | 1100100 | 1000000 |
Color Harmonies of #4851FF
Complementary color
Monochromatic Colors of #4851FF
Black with #4851FF
Text Example
Text Example
White with #4851FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4851FF; }
p { color: rgb(72,81,255); }
H1.HeaderClassName
{
color: #4851FF;
}
.AnyTagClassName
{
color: #4851FF;
}
</style>
background-color css
<style>
a { background-color: #4851FF; }
a { background-color: rgb(72,81,255); }
div.DivClassName
{
background-color: #4851FF;
}
.BgClassName
{
background-color: #4851FF;
}
</style>
border-color css
<style>
span { border-color: #4851FF; }
span { border-color: rgb(72,81,255); }
td.TdClassName
{
border-color: #4851FF;
}
.TagClassName
{
border-color: #4851FF;
}
</style>