Shades of Neon Pink #FE56C7
Tints of Neon Pink #FE56C7
RGB
CMYK
RGB Variations
Color information
#FE56C7 (or 0xFE56C7) is known color: Neon Pink. HEX triplet: FE, 56 and C7. RGB value is (254,86,199). Sum of RGB (Red+Green+Blue) = 254+86+199=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56C7 is #01A938. Grayscale: #949494. Windows color (decimal): -108857 or 13063934. OLE color: 13063934.
HSL color Cylindrical-coordinate representation of color #FE56C7: hue angle of 319.64º 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 #FE56C7 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 199 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.00 |
| HSL | 319.64º | 0.99% | 0.67% | - |
| HSV(B) | 319.64º | 0.66% | 1% | - |
| XYZ | 54.51 | 31.85 | 57.31 | - |
| YUV | 149.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 199 | 0 | 0.66 | 0.22 | 0.00 | 319.64 | 0.99 | 0.67 |
| Hex | FE | 56 | C7 | 0 | 42 | 16 | 0 | 140 | 63 | 43 |
| Octal | 376 | 126 | 307 | 0 | 102 | 26 | 0 | 500 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11000111 | 0 | 1000010 | 10110 | 0 | 101000000 | 1100011 | 1000011 |
Color Harmonies of #FE56C7
Complementary color
Monochromatic Colors of #FE56C7
Black with #FE56C7
Text Example
Text Example
White with #FE56C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56C7; }
p { color: rgb(254,86,199); }
H1.HeaderClassName
{
color: #FE56C7;
}
.AnyTagClassName
{
color: #FE56C7;
}
</style>
background-color css
<style>
a { background-color: #FE56C7; }
a { background-color: rgb(254,86,199); }
div.DivClassName
{
background-color: #FE56C7;
}
.BgClassName
{
background-color: #FE56C7;
}
</style>
border-color css
<style>
span { border-color: #FE56C7; }
span { border-color: rgb(254,86,199); }
td.TdClassName
{
border-color: #FE56C7;
}
.TagClassName
{
border-color: #FE56C7;
}
</style>