Shades of Neon Blue #4D63FB
Tints of Neon Blue #4D63FB
RGB
CMYK
RGB Variations
Color information
#4D63FB (or 0x4D63FB) is known color: Neon Blue. HEX triplet: 4D, 63 and FB. RGB value is (77,99,251). Sum of RGB (Red+Green+Blue) = 77+99+251=427 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.03% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D63FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D63FB is #B29C04. Grayscale: #6D6D6D. Windows color (decimal): -11705349 or 16474957. OLE color: 16474957.
HSL color Cylindrical-coordinate representation of color #4D63FB: hue angle of 232.41º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D63FB is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 99 | 251 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.02 |
| HSL | 232.41º | 0.96% | 0.64% | - |
| HSV(B) | 232.41º | 0.69% | 0.98% | - |
| XYZ | 24.94 | 17.47 | 93.32 | - |
| YUV | 109.75 | 207.71 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 251 | 0.69 | 0.61 | 0 | 0.02 | 232.41 | 0.96 | 0.64 |
| Hex | 4D | 63 | FB | 45 | 3D | 0 | 2 | E8 | 60 | 40 |
| Octal | 115 | 143 | 373 | 105 | 75 | 0 | 2 | 350 | 140 | 100 |
| Binary | 1001101 | 1100011 | 11111011 | 1000101 | 111101 | 0 | 10 | 11101000 | 1100000 | 1000000 |
Color Harmonies of #4D63FB
Complementary color
Monochromatic Colors of #4D63FB
Black with #4D63FB
Text Example
Text Example
White with #4D63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D63FB; }
p { color: rgb(77,99,251); }
H1.HeaderClassName
{
color: #4D63FB;
}
.AnyTagClassName
{
color: #4D63FB;
}
</style>
background-color css
<style>
a { background-color: #4D63FB; }
a { background-color: rgb(77,99,251); }
div.DivClassName
{
background-color: #4D63FB;
}
.BgClassName
{
background-color: #4D63FB;
}
</style>
border-color css
<style>
span { border-color: #4D63FB; }
span { border-color: rgb(77,99,251); }
td.TdClassName
{
border-color: #4D63FB;
}
.TagClassName
{
border-color: #4D63FB;
}
</style>