Shades of Neon Pink #FF63C8
Tints of Neon Pink #FF63C8
RGB
CMYK
RGB Variations
Color information
#FF63C8 (or 0xFF63C8) is known color: Neon Pink. HEX triplet: FF, 63 and C8. RGB value is (255,99,200). Sum of RGB (Red+Green+Blue) = 255+99+200=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63C8 is #009C37. Grayscale: #9C9C9C. Windows color (decimal): -39992 or 13132799. OLE color: 13132799.
HSL color Cylindrical-coordinate representation of color #FF63C8: hue angle of 321.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF63C8 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 200 | - |
| CMYK | 0 | 0.61 | 0.22 | 0 |
| HSL | 321.15º | 1% | 0.69% | - |
| HSV(B) | 321.15º | 0.61% | 1% | - |
| XYZ | 56.13 | 34.35 | 58.32 | - |
| YUV | 157.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 200 | 0 | 0.61 | 0.22 | 0 | 321.15 | 1 | 0.69 |
| Hex | FF | 63 | C8 | 0 | 3D | 16 | 0 | 141 | 64 | 45 |
| Octal | 377 | 143 | 310 | 0 | 75 | 26 | 0 | 501 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11001000 | 0 | 111101 | 10110 | 0 | 101000001 | 1100100 | 1000101 |
Color Harmonies of #FF63C8
Complementary color
Monochromatic Colors of #FF63C8
Black with #FF63C8
Text Example
Text Example
White with #FF63C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63C8; }
p { color: rgb(255,99,200); }
H1.HeaderClassName
{
color: #FF63C8;
}
.AnyTagClassName
{
color: #FF63C8;
}
</style>
background-color css
<style>
a { background-color: #FF63C8; }
a { background-color: rgb(255,99,200); }
div.DivClassName
{
background-color: #FF63C8;
}
.BgClassName
{
background-color: #FF63C8;
}
</style>
border-color css
<style>
span { border-color: #FF63C8; }
span { border-color: rgb(255,99,200); }
td.TdClassName
{
border-color: #FF63C8;
}
.TagClassName
{
border-color: #FF63C8;
}
</style>