Shades of Neon Blue #4D63FC
Tints of Neon Blue #4D63FC
RGB
CMYK
RGB Variations
Color information
#4D63FC (or 0x4D63FC) is known color: Neon Blue. HEX triplet: 4D, 63 and FC. RGB value is (77,99,252). Sum of RGB (Red+Green+Blue) = 77+99+252=428 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.99% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D63FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D63FC is #B29C03. Grayscale: #6D6D6D. Windows color (decimal): -11705348 or 16540493. OLE color: 16540493.
HSL color Cylindrical-coordinate representation of color #4D63FC: hue angle of 232.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D63FC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 99 | 252 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.01 |
| HSL | 232.46º | 0.97% | 0.65% | - |
| HSV(B) | 232.46º | 0.69% | 0.99% | - |
| XYZ | 25.09 | 17.53 | 94.16 | - |
| YUV | 109.86 | 208.21 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 252 | 0.69 | 0.61 | 0 | 0.01 | 232.46 | 0.97 | 0.65 |
| Hex | 4D | 63 | FC | 45 | 3D | 0 | 1 | E8 | 61 | 41 |
| Octal | 115 | 143 | 374 | 105 | 75 | 0 | 1 | 350 | 141 | 101 |
| Binary | 1001101 | 1100011 | 11111100 | 1000101 | 111101 | 0 | 1 | 11101000 | 1100001 | 1000001 |
Color Harmonies of #4D63FC
Complementary color
Monochromatic Colors of #4D63FC
Black with #4D63FC
Text Example
Text Example
White with #4D63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D63FC; }
p { color: rgb(77,99,252); }
H1.HeaderClassName
{
color: #4D63FC;
}
.AnyTagClassName
{
color: #4D63FC;
}
</style>
background-color css
<style>
a { background-color: #4D63FC; }
a { background-color: rgb(77,99,252); }
div.DivClassName
{
background-color: #4D63FC;
}
.BgClassName
{
background-color: #4D63FC;
}
</style>
border-color css
<style>
span { border-color: #4D63FC; }
span { border-color: rgb(77,99,252); }
td.TdClassName
{
border-color: #4D63FC;
}
.TagClassName
{
border-color: #4D63FC;
}
</style>