Shades of Neon Pink #FE56C5
Tints of Neon Pink #FE56C5
RGB
CMYK
RGB Variations
Color information
#FE56C5 (or 0xFE56C5) is known color: Neon Pink. HEX triplet: FE, 56 and C5. RGB value is (254,86,197). Sum of RGB (Red+Green+Blue) = 254+86+197=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56C5 is #01A93A. Grayscale: #949494. Windows color (decimal): -108859 or 12932862. OLE color: 12932862.
HSL color Cylindrical-coordinate representation of color #FE56C5: hue angle of 320.36º 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 #FE56C5 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 197 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.00 |
| HSL | 320.36º | 0.99% | 0.67% | - |
| HSV(B) | 320.36º | 0.66% | 1% | - |
| XYZ | 54.28 | 31.76 | 56.09 | - |
| YUV | 148.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 197 | 0 | 0.66 | 0.22 | 0.00 | 320.36 | 0.99 | 0.67 |
| Hex | FE | 56 | C5 | 0 | 42 | 16 | 0 | 140 | 63 | 43 |
| Octal | 376 | 126 | 305 | 0 | 102 | 26 | 0 | 500 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11000101 | 0 | 1000010 | 10110 | 0 | 101000000 | 1100011 | 1000011 |
Color Harmonies of #FE56C5
Complementary color
Monochromatic Colors of #FE56C5
Black with #FE56C5
Text Example
Text Example
White with #FE56C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56C5; }
p { color: rgb(254,86,197); }
H1.HeaderClassName
{
color: #FE56C5;
}
.AnyTagClassName
{
color: #FE56C5;
}
</style>
background-color css
<style>
a { background-color: #FE56C5; }
a { background-color: rgb(254,86,197); }
div.DivClassName
{
background-color: #FE56C5;
}
.BgClassName
{
background-color: #FE56C5;
}
</style>
border-color css
<style>
span { border-color: #FE56C5; }
span { border-color: rgb(254,86,197); }
td.TdClassName
{
border-color: #FE56C5;
}
.TagClassName
{
border-color: #FE56C5;
}
</style>