Shades of Neon Blue #4858ED
Tints of Neon Blue #4858ED
RGB
CMYK
RGB Variations
Color information
#4858ED (or 0x4858ED) is known color: Neon Blue. HEX triplet: 48, 58 and ED. RGB value is (72,88,237). Sum of RGB (Red+Green+Blue) = 72+88+237=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #4858ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4858ED is #B7A712. Grayscale: #636363. Windows color (decimal): -12035859 or 15554632. OLE color: 15554632.
HSL color Cylindrical-coordinate representation of color #4858ED: hue angle of 234.18º 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 #4858ED is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 88 | 237 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.07 |
| HSL | 234.18º | 0.82% | 0.61% | - |
| HSV(B) | 234.18º | 0.7% | 0.93% | - |
| XYZ | 21.45 | 14.47 | 81.78 | - |
| YUV | 100.2 | 205.2 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 237 | 0.70 | 0.63 | 0 | 0.07 | 234.18 | 0.82 | 0.61 |
| Hex | 48 | 58 | ED | 46 | 3F | 0 | 7 | EA | 52 | 3D |
| Octal | 110 | 130 | 355 | 106 | 77 | 0 | 7 | 352 | 122 | 75 |
| Binary | 1001000 | 1011000 | 11101101 | 1000110 | 111111 | 0 | 111 | 11101010 | 1010010 | 111101 |
Color Harmonies of #4858ED
Complementary color
Monochromatic Colors of #4858ED
Black with #4858ED
Text Example
Text Example
White with #4858ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4858ED; }
p { color: rgb(72,88,237); }
H1.HeaderClassName
{
color: #4858ED;
}
.AnyTagClassName
{
color: #4858ED;
}
</style>
background-color css
<style>
a { background-color: #4858ED; }
a { background-color: rgb(72,88,237); }
div.DivClassName
{
background-color: #4858ED;
}
.BgClassName
{
background-color: #4858ED;
}
</style>
border-color css
<style>
span { border-color: #4858ED; }
span { border-color: rgb(72,88,237); }
td.TdClassName
{
border-color: #4858ED;
}
.TagClassName
{
border-color: #4858ED;
}
</style>