Shades of Neon Blue #4851FE
Tints of Neon Blue #4851FE
RGB
CMYK
RGB Variations
Color information
#4851FE (or 0x4851FE) is known color: Neon Blue. HEX triplet: 48, 51 and FE. RGB value is (72,81,254). Sum of RGB (Red+Green+Blue) = 72+81+254=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #4851FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4851FE is #B7AE01. Grayscale: #616161. Windows color (decimal): -12037634 or 16666952. OLE color: 16666952.
HSL color Cylindrical-coordinate representation of color #4851FE: hue angle of 237.03º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4851FE is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 81 | 254 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.00 |
| HSL | 237.03º | 0.99% | 0.64% | - |
| HSV(B) | 237.03º | 0.72% | 1% | - |
| XYZ | 23.5 | 14.42 | 95.31 | - |
| YUV | 98.03 | 216.02 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 254 | 0.72 | 0.68 | 0 | 0.00 | 237.03 | 0.99 | 0.64 |
| Hex | 48 | 51 | FE | 48 | 44 | 0 | 0 | ED | 63 | 40 |
| Octal | 110 | 121 | 376 | 110 | 104 | 0 | 0 | 355 | 143 | 100 |
| Binary | 1001000 | 1010001 | 11111110 | 1001000 | 1000100 | 0 | 0 | 11101101 | 1100011 | 1000000 |
Color Harmonies of #4851FE
Complementary color
Monochromatic Colors of #4851FE
Black with #4851FE
Text Example
Text Example
White with #4851FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4851FE; }
p { color: rgb(72,81,254); }
H1.HeaderClassName
{
color: #4851FE;
}
.AnyTagClassName
{
color: #4851FE;
}
</style>
background-color css
<style>
a { background-color: #4851FE; }
a { background-color: rgb(72,81,254); }
div.DivClassName
{
background-color: #4851FE;
}
.BgClassName
{
background-color: #4851FE;
}
</style>
border-color css
<style>
span { border-color: #4851FE; }
span { border-color: rgb(72,81,254); }
td.TdClassName
{
border-color: #4851FE;
}
.TagClassName
{
border-color: #4851FE;
}
</style>