Shades of Neon Pink #FF63CE
Tints of Neon Pink #FF63CE
RGB
CMYK
RGB Variations
Color information
#FF63CE (or 0xFF63CE) is known color: Neon Pink. HEX triplet: FF, 63 and CE. RGB value is (255,99,206). Sum of RGB (Red+Green+Blue) = 255+99+206=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF63CE is #009C31. Grayscale: #9D9D9D. Windows color (decimal): -39986 or 13526015. OLE color: 13526015.
HSL color Cylindrical-coordinate representation of color #FF63CE: hue angle of 318.85º 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 #FF63CE is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 206 | - |
| CMYK | 0 | 0.61 | 0.19 | 0 |
| HSL | 318.85º | 1% | 0.69% | - |
| HSV(B) | 318.85º | 0.61% | 1% | - |
| XYZ | 56.84 | 34.64 | 62.08 | - |
| YUV | 157.84 | 155.18 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 206 | 0 | 0.61 | 0.19 | 0 | 318.85 | 1 | 0.69 |
| Hex | FF | 63 | CE | 0 | 3D | 13 | 0 | 13F | 64 | 45 |
| Octal | 377 | 143 | 316 | 0 | 75 | 23 | 0 | 477 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11001110 | 0 | 111101 | 10011 | 0 | 100111111 | 1100100 | 1000101 |
Color Harmonies of #FF63CE
Complementary color
Monochromatic Colors of #FF63CE
Black with #FF63CE
Text Example
Text Example
White with #FF63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63CE; }
p { color: rgb(255,99,206); }
H1.HeaderClassName
{
color: #FF63CE;
}
.AnyTagClassName
{
color: #FF63CE;
}
</style>
background-color css
<style>
a { background-color: #FF63CE; }
a { background-color: rgb(255,99,206); }
div.DivClassName
{
background-color: #FF63CE;
}
.BgClassName
{
background-color: #FF63CE;
}
</style>
border-color css
<style>
span { border-color: #FF63CE; }
span { border-color: rgb(255,99,206); }
td.TdClassName
{
border-color: #FF63CE;
}
.TagClassName
{
border-color: #FF63CE;
}
</style>