Shades of Neon Pink #FF63CA
Tints of Neon Pink #FF63CA
RGB
CMYK
RGB Variations
Color information
#FF63CA (or 0xFF63CA) is known color: Neon Pink. HEX triplet: FF, 63 and CA. RGB value is (255,99,202). Sum of RGB (Red+Green+Blue) = 255+99+202=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63CA is #009C35. Grayscale: #9D9D9D. Windows color (decimal): -39990 or 13263871. OLE color: 13263871.
HSL color Cylindrical-coordinate representation of color #FF63CA: hue angle of 320.38º 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 #FF63CA is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 202 | - |
| CMYK | 0 | 0.61 | 0.21 | 0 |
| HSL | 320.38º | 1% | 0.69% | - |
| HSV(B) | 320.38º | 0.61% | 1% | - |
| XYZ | 56.36 | 34.45 | 59.56 | - |
| YUV | 157.39 | 153.18 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 202 | 0 | 0.61 | 0.21 | 0 | 320.38 | 1 | 0.69 |
| Hex | FF | 63 | CA | 0 | 3D | 15 | 0 | 140 | 64 | 45 |
| Octal | 377 | 143 | 312 | 0 | 75 | 25 | 0 | 500 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11001010 | 0 | 111101 | 10101 | 0 | 101000000 | 1100100 | 1000101 |
Color Harmonies of #FF63CA
Complementary color
Monochromatic Colors of #FF63CA
Black with #FF63CA
Text Example
Text Example
White with #FF63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63CA; }
p { color: rgb(255,99,202); }
H1.HeaderClassName
{
color: #FF63CA;
}
.AnyTagClassName
{
color: #FF63CA;
}
</style>
background-color css
<style>
a { background-color: #FF63CA; }
a { background-color: rgb(255,99,202); }
div.DivClassName
{
background-color: #FF63CA;
}
.BgClassName
{
background-color: #FF63CA;
}
</style>
border-color css
<style>
span { border-color: #FF63CA; }
span { border-color: rgb(255,99,202); }
td.TdClassName
{
border-color: #FF63CA;
}
.TagClassName
{
border-color: #FF63CA;
}
</style>