Shades of Neon Blue #4D55F7
Tints of Neon Blue #4D55F7
RGB
CMYK
RGB Variations
Color information
#4D55F7 (or 0x4D55F7) is known color: Neon Blue. HEX triplet: 4D, 55 and F7. RGB value is (77,85,247). Sum of RGB (Red+Green+Blue) = 77+85+247=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #4D55F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D55F7 is #B2AA08. Grayscale: #646464. Windows color (decimal): -11708937 or 16209229. OLE color: 16209229.
HSL color Cylindrical-coordinate representation of color #4D55F7: hue angle of 237.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D55F7 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 85 | 247 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.03 |
| HSL | 237.18º | 0.91% | 0.64% | - |
| HSV(B) | 237.18º | 0.69% | 0.97% | - |
| XYZ | 23.1 | 14.79 | 89.63 | - |
| YUV | 101.08 | 210.35 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 247 | 0.69 | 0.66 | 0 | 0.03 | 237.18 | 0.91 | 0.64 |
| Hex | 4D | 55 | F7 | 45 | 42 | 0 | 3 | ED | 5B | 40 |
| Octal | 115 | 125 | 367 | 105 | 102 | 0 | 3 | 355 | 133 | 100 |
| Binary | 1001101 | 1010101 | 11110111 | 1000101 | 1000010 | 0 | 11 | 11101101 | 1011011 | 1000000 |
Color Harmonies of #4D55F7
Complementary color
Monochromatic Colors of #4D55F7
Black with #4D55F7
Text Example
Text Example
White with #4D55F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D55F7; }
p { color: rgb(77,85,247); }
H1.HeaderClassName
{
color: #4D55F7;
}
.AnyTagClassName
{
color: #4D55F7;
}
</style>
background-color css
<style>
a { background-color: #4D55F7; }
a { background-color: rgb(77,85,247); }
div.DivClassName
{
background-color: #4D55F7;
}
.BgClassName
{
background-color: #4D55F7;
}
</style>
border-color css
<style>
span { border-color: #4D55F7; }
span { border-color: rgb(77,85,247); }
td.TdClassName
{
border-color: #4D55F7;
}
.TagClassName
{
border-color: #4D55F7;
}
</style>