Shades of Neon Pink #FE63CE
Tints of Neon Pink #FE63CE
RGB
CMYK
RGB Variations
Color information
#FE63CE (or 0xFE63CE) is known color: Neon Pink. HEX triplet: FE, 63 and CE. RGB value is (254,99,206). Sum of RGB (Red+Green+Blue) = 254+99+206=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 99 (39.06% from 255 or 17.71% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63CE is #019C31. Grayscale: #9D9D9D. Windows color (decimal): -105522 or 13526014. OLE color: 13526014.
HSL color Cylindrical-coordinate representation of color #FE63CE: hue angle of 318.58º 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 #FE63CE is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 206 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.00 |
| HSL | 318.58º | 0.99% | 0.69% | - |
| HSV(B) | 318.58º | 0.61% | 1% | - |
| XYZ | 56.48 | 34.45 | 62.07 | - |
| YUV | 157.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 206 | 0 | 0.61 | 0.19 | 0.00 | 318.58 | 0.99 | 0.69 |
| Hex | FE | 63 | CE | 0 | 3D | 13 | 0 | 13F | 63 | 45 |
| Octal | 376 | 143 | 316 | 0 | 75 | 23 | 0 | 477 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11001110 | 0 | 111101 | 10011 | 0 | 100111111 | 1100011 | 1000101 |
Color Harmonies of #FE63CE
Complementary color
Monochromatic Colors of #FE63CE
Black with #FE63CE
Text Example
Text Example
White with #FE63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63CE; }
p { color: rgb(254,99,206); }
H1.HeaderClassName
{
color: #FE63CE;
}
.AnyTagClassName
{
color: #FE63CE;
}
</style>
background-color css
<style>
a { background-color: #FE63CE; }
a { background-color: rgb(254,99,206); }
div.DivClassName
{
background-color: #FE63CE;
}
.BgClassName
{
background-color: #FE63CE;
}
</style>
border-color css
<style>
span { border-color: #FE63CE; }
span { border-color: rgb(254,99,206); }
td.TdClassName
{
border-color: #FE63CE;
}
.TagClassName
{
border-color: #FE63CE;
}
</style>