Shades of Neon Blue #4D58FF
Tints of Neon Blue #4D58FF
RGB
CMYK
RGB Variations
Color information
#4D58FF (or 0x4D58FF) is known color: Neon Blue. HEX triplet: 4D, 58 and FF. RGB value is (77,88,255). Sum of RGB (Red+Green+Blue) = 77+88+255=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D58FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D58FF is #B2A700. Grayscale: #676767. Windows color (decimal): -11708161 or 16734285. OLE color: 16734285.
HSL color Cylindrical-coordinate representation of color #4D58FF: hue angle of 236.29º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D58FF is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 88 | 255 | - |
| CMYK | 0.70 | 0.65 | 0 | 0 |
| HSL | 236.29º | 1% | 0.65% | - |
| HSV(B) | 236.29º | 0.7% | 1% | - |
| XYZ | 24.6 | 15.78 | 96.36 | - |
| YUV | 103.75 | 213.36 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 255 | 0.70 | 0.65 | 0 | 0 | 236.29 | 1 | 0.65 |
| Hex | 4D | 58 | FF | 46 | 41 | 0 | 0 | EC | 64 | 41 |
| Octal | 115 | 130 | 377 | 106 | 101 | 0 | 0 | 354 | 144 | 101 |
| Binary | 1001101 | 1011000 | 11111111 | 1000110 | 1000001 | 0 | 0 | 11101100 | 1100100 | 1000001 |
Color Harmonies of #4D58FF
Complementary color
Monochromatic Colors of #4D58FF
Black with #4D58FF
Text Example
Text Example
White with #4D58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D58FF; }
p { color: rgb(77,88,255); }
H1.HeaderClassName
{
color: #4D58FF;
}
.AnyTagClassName
{
color: #4D58FF;
}
</style>
background-color css
<style>
a { background-color: #4D58FF; }
a { background-color: rgb(77,88,255); }
div.DivClassName
{
background-color: #4D58FF;
}
.BgClassName
{
background-color: #4D58FF;
}
</style>
border-color css
<style>
span { border-color: #4D58FF; }
span { border-color: rgb(77,88,255); }
td.TdClassName
{
border-color: #4D58FF;
}
.TagClassName
{
border-color: #4D58FF;
}
</style>