Shades of Neon Blue #4851ED
Tints of Neon Blue #4851ED
RGB
CMYK
RGB Variations
Color information
#4851ED (or 0x4851ED) is known color: Neon Blue. HEX triplet: 48, 51 and ED. RGB value is (72,81,237). Sum of RGB (Red+Green+Blue) = 72+81+237=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #4851ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4851ED is #B7AE12. Grayscale: #5F5F5F. Windows color (decimal): -12037651 or 15552840. OLE color: 15552840.
HSL color Cylindrical-coordinate representation of color #4851ED: hue angle of 236.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4851ED is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 81 | 237 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.07 |
| HSL | 236.73º | 0.82% | 0.61% | - |
| HSV(B) | 236.73º | 0.7% | 0.93% | - |
| XYZ | 20.9 | 13.38 | 81.6 | - |
| YUV | 96.09 | 207.52 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 237 | 0.70 | 0.66 | 0 | 0.07 | 236.73 | 0.82 | 0.61 |
| Hex | 48 | 51 | ED | 46 | 42 | 0 | 7 | ED | 52 | 3D |
| Octal | 110 | 121 | 355 | 106 | 102 | 0 | 7 | 355 | 122 | 75 |
| Binary | 1001000 | 1010001 | 11101101 | 1000110 | 1000010 | 0 | 111 | 11101101 | 1010010 | 111101 |
Color Harmonies of #4851ED
Complementary color
Monochromatic Colors of #4851ED
Black with #4851ED
Text Example
Text Example
White with #4851ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4851ED; }
p { color: rgb(72,81,237); }
H1.HeaderClassName
{
color: #4851ED;
}
.AnyTagClassName
{
color: #4851ED;
}
</style>
background-color css
<style>
a { background-color: #4851ED; }
a { background-color: rgb(72,81,237); }
div.DivClassName
{
background-color: #4851ED;
}
.BgClassName
{
background-color: #4851ED;
}
</style>
border-color css
<style>
span { border-color: #4851ED; }
span { border-color: rgb(72,81,237); }
td.TdClassName
{
border-color: #4851ED;
}
.TagClassName
{
border-color: #4851ED;
}
</style>