Shades of Neon Pink #FE56CC
Tints of Neon Pink #FE56CC
RGB
CMYK
RGB Variations
Color information
#FE56CC (or 0xFE56CC) is known color: Neon Pink. HEX triplet: FE, 56 and CC. RGB value is (254,86,204). Sum of RGB (Red+Green+Blue) = 254+86+204=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56CC is #01A933. Grayscale: #959595. Windows color (decimal): -108852 or 13391614. OLE color: 13391614.
HSL color Cylindrical-coordinate representation of color #FE56CC: hue angle of 317.86º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE56CC is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 204 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.00 |
| HSL | 317.86º | 0.99% | 0.67% | - |
| HSV(B) | 317.86º | 0.66% | 1% | - |
| XYZ | 55.1 | 32.09 | 60.42 | - |
| YUV | 149.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 204 | 0 | 0.66 | 0.20 | 0.00 | 317.86 | 0.99 | 0.67 |
| Hex | FE | 56 | CC | 0 | 42 | 14 | 0 | 13E | 63 | 43 |
| Octal | 376 | 126 | 314 | 0 | 102 | 24 | 0 | 476 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11001100 | 0 | 1000010 | 10100 | 0 | 100111110 | 1100011 | 1000011 |
Color Harmonies of #FE56CC
Complementary color
Monochromatic Colors of #FE56CC
Black with #FE56CC
Text Example
Text Example
White with #FE56CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56CC; }
p { color: rgb(254,86,204); }
H1.HeaderClassName
{
color: #FE56CC;
}
.AnyTagClassName
{
color: #FE56CC;
}
</style>
background-color css
<style>
a { background-color: #FE56CC; }
a { background-color: rgb(254,86,204); }
div.DivClassName
{
background-color: #FE56CC;
}
.BgClassName
{
background-color: #FE56CC;
}
</style>
border-color css
<style>
span { border-color: #FE56CC; }
span { border-color: rgb(254,86,204); }
td.TdClassName
{
border-color: #FE56CC;
}
.TagClassName
{
border-color: #FE56CC;
}
</style>