Shades of Neon Blue #4859ED
Tints of Neon Blue #4859ED
RGB
CMYK
RGB Variations
Color information
#4859ED (or 0x4859ED) is known color: Neon Blue. HEX triplet: 48, 59 and ED. RGB value is (72,89,237). Sum of RGB (Red+Green+Blue) = 72+89+237=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #4859ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4859ED is #B7A612. Grayscale: #646464. Windows color (decimal): -12035603 or 15554888. OLE color: 15554888.
HSL color Cylindrical-coordinate representation of color #4859ED: hue angle of 233.82º 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 #4859ED is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 89 | 237 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.07 |
| HSL | 233.82º | 0.82% | 0.61% | - |
| HSV(B) | 233.82º | 0.7% | 0.93% | - |
| XYZ | 21.53 | 14.64 | 81.81 | - |
| YUV | 100.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 237 | 0.70 | 0.62 | 0 | 0.07 | 233.82 | 0.82 | 0.61 |
| Hex | 48 | 59 | ED | 46 | 3E | 0 | 7 | EA | 52 | 3D |
| Octal | 110 | 131 | 355 | 106 | 76 | 0 | 7 | 352 | 122 | 75 |
| Binary | 1001000 | 1011001 | 11101101 | 1000110 | 111110 | 0 | 111 | 11101010 | 1010010 | 111101 |
Color Harmonies of #4859ED
Complementary color
Monochromatic Colors of #4859ED
Black with #4859ED
Text Example
Text Example
White with #4859ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4859ED; }
p { color: rgb(72,89,237); }
H1.HeaderClassName
{
color: #4859ED;
}
.AnyTagClassName
{
color: #4859ED;
}
</style>
background-color css
<style>
a { background-color: #4859ED; }
a { background-color: rgb(72,89,237); }
div.DivClassName
{
background-color: #4859ED;
}
.BgClassName
{
background-color: #4859ED;
}
</style>
border-color css
<style>
span { border-color: #4859ED; }
span { border-color: rgb(72,89,237); }
td.TdClassName
{
border-color: #4859ED;
}
.TagClassName
{
border-color: #4859ED;
}
</style>