Shades of Neon Blue #4D57FF
Tints of Neon Blue #4D57FF
RGB
CMYK
RGB Variations
Color information
#4D57FF (or 0x4D57FF) is known color: Neon Blue. HEX triplet: 4D, 57 and FF. RGB value is (77,87,255). Sum of RGB (Red+Green+Blue) = 77+87+255=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D57FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D57FF is #B2A800. Grayscale: #666666. Windows color (decimal): -11708417 or 16734029. OLE color: 16734029.
HSL color Cylindrical-coordinate representation of color #4D57FF: hue angle of 236.63º 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 #4D57FF is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 87 | 255 | - |
| CMYK | 0.70 | 0.66 | 0 | 0 |
| HSL | 236.63º | 1% | 0.65% | - |
| HSV(B) | 236.63º | 0.7% | 1% | - |
| XYZ | 24.52 | 15.61 | 96.33 | - |
| YUV | 103.16 | 213.69 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 255 | 0.70 | 0.66 | 0 | 0 | 236.63 | 1 | 0.65 |
| Hex | 4D | 57 | FF | 46 | 42 | 0 | 0 | ED | 64 | 41 |
| Octal | 115 | 127 | 377 | 106 | 102 | 0 | 0 | 355 | 144 | 101 |
| Binary | 1001101 | 1010111 | 11111111 | 1000110 | 1000010 | 0 | 0 | 11101101 | 1100100 | 1000001 |
Color Harmonies of #4D57FF
Complementary color
Monochromatic Colors of #4D57FF
Black with #4D57FF
Text Example
Text Example
White with #4D57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D57FF; }
p { color: rgb(77,87,255); }
H1.HeaderClassName
{
color: #4D57FF;
}
.AnyTagClassName
{
color: #4D57FF;
}
</style>
background-color css
<style>
a { background-color: #4D57FF; }
a { background-color: rgb(77,87,255); }
div.DivClassName
{
background-color: #4D57FF;
}
.BgClassName
{
background-color: #4D57FF;
}
</style>
border-color css
<style>
span { border-color: #4D57FF; }
span { border-color: rgb(77,87,255); }
td.TdClassName
{
border-color: #4D57FF;
}
.TagClassName
{
border-color: #4D57FF;
}
</style>