Shades of Neon Blue #4C63FD
Tints of Neon Blue #4C63FD
RGB
CMYK
RGB Variations
Color information
#4C63FD (or 0x4C63FD) is known color: Neon Blue. HEX triplet: 4C, 63 and FD. RGB value is (76,99,253). Sum of RGB (Red+Green+Blue) = 76+99+253=428 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.76% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C63FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C63FD is #B39C02. Grayscale: #6D6D6D. Windows color (decimal): -11770883 or 16606028. OLE color: 16606028.
HSL color Cylindrical-coordinate representation of color #4C63FD: hue angle of 232.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C63FD is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 99 | 253 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.01 |
| HSL | 232.2º | 0.98% | 0.65% | - |
| HSV(B) | 232.2º | 0.7% | 0.99% | - |
| XYZ | 25.17 | 17.55 | 94.99 | - |
| YUV | 109.68 | 208.88 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 253 | 0.70 | 0.61 | 0 | 0.01 | 232.2 | 0.98 | 0.65 |
| Hex | 4C | 63 | FD | 46 | 3D | 0 | 1 | E8 | 62 | 41 |
| Octal | 114 | 143 | 375 | 106 | 75 | 0 | 1 | 350 | 142 | 101 |
| Binary | 1001100 | 1100011 | 11111101 | 1000110 | 111101 | 0 | 1 | 11101000 | 1100010 | 1000001 |
Color Harmonies of #4C63FD
Complementary color
Monochromatic Colors of #4C63FD
Black with #4C63FD
Text Example
Text Example
White with #4C63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C63FD; }
p { color: rgb(76,99,253); }
H1.HeaderClassName
{
color: #4C63FD;
}
.AnyTagClassName
{
color: #4C63FD;
}
</style>
background-color css
<style>
a { background-color: #4C63FD; }
a { background-color: rgb(76,99,253); }
div.DivClassName
{
background-color: #4C63FD;
}
.BgClassName
{
background-color: #4C63FD;
}
</style>
border-color css
<style>
span { border-color: #4C63FD; }
span { border-color: rgb(76,99,253); }
td.TdClassName
{
border-color: #4C63FD;
}
.TagClassName
{
border-color: #4C63FD;
}
</style>