Shades of Neon Pink #FE63CF
Tints of Neon Pink #FE63CF
RGB
CMYK
RGB Variations
Color information
#FE63CF (or 0xFE63CF) is known color: Neon Pink. HEX triplet: FE, 63 and CF. RGB value is (254,99,207). Sum of RGB (Red+Green+Blue) = 254+99+207=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63CF is #019C30. Grayscale: #9D9D9D. Windows color (decimal): -105521 or 13591550. OLE color: 13591550.
HSL color Cylindrical-coordinate representation of color #FE63CF: hue angle of 318.19º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE63CF is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 207 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.00 |
| HSL | 318.19º | 0.99% | 0.69% | - |
| HSV(B) | 318.19º | 0.61% | 1% | - |
| XYZ | 56.6 | 34.5 | 62.71 | - |
| YUV | 157.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 207 | 0 | 0.61 | 0.19 | 0.00 | 318.19 | 0.99 | 0.69 |
| Hex | FE | 63 | CF | 0 | 3D | 13 | 0 | 13E | 63 | 45 |
| Octal | 376 | 143 | 317 | 0 | 75 | 23 | 0 | 476 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11001111 | 0 | 111101 | 10011 | 0 | 100111110 | 1100011 | 1000101 |
Color Harmonies of #FE63CF
Complementary color
Monochromatic Colors of #FE63CF
Black with #FE63CF
Text Example
Text Example
White with #FE63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63CF; }
p { color: rgb(254,99,207); }
H1.HeaderClassName
{
color: #FE63CF;
}
.AnyTagClassName
{
color: #FE63CF;
}
</style>
background-color css
<style>
a { background-color: #FE63CF; }
a { background-color: rgb(254,99,207); }
div.DivClassName
{
background-color: #FE63CF;
}
.BgClassName
{
background-color: #FE63CF;
}
</style>
border-color css
<style>
span { border-color: #FE63CF; }
span { border-color: rgb(254,99,207); }
td.TdClassName
{
border-color: #FE63CF;
}
.TagClassName
{
border-color: #FE63CF;
}
</style>