Shades of Neon Pink #FE55C7
Tints of Neon Pink #FE55C7
RGB
CMYK
RGB Variations
Color information
#FE55C7 (or 0xFE55C7) is known color: Neon Pink. HEX triplet: FE, 55 and C7. RGB value is (254,85,199). Sum of RGB (Red+Green+Blue) = 254+85+199=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55C7 is #01AA38. Grayscale: #949494. Windows color (decimal): -109113 or 13063678. OLE color: 13063678.
HSL color Cylindrical-coordinate representation of color #FE55C7: hue angle of 319.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55C7 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 199 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.00 |
| HSL | 319.53º | 0.99% | 0.66% | - |
| HSV(B) | 319.53º | 0.67% | 1% | - |
| XYZ | 54.43 | 31.69 | 57.28 | - |
| YUV | 148.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 199 | 0 | 0.67 | 0.22 | 0.00 | 319.53 | 0.99 | 0.66 |
| Hex | FE | 55 | C7 | 0 | 43 | 16 | 0 | 140 | 63 | 42 |
| Octal | 376 | 125 | 307 | 0 | 103 | 26 | 0 | 500 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11000111 | 0 | 1000011 | 10110 | 0 | 101000000 | 1100011 | 1000010 |
Color Harmonies of #FE55C7
Complementary color
Monochromatic Colors of #FE55C7
Black with #FE55C7
Text Example
Text Example
White with #FE55C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55C7; }
p { color: rgb(254,85,199); }
H1.HeaderClassName
{
color: #FE55C7;
}
.AnyTagClassName
{
color: #FE55C7;
}
</style>
background-color css
<style>
a { background-color: #FE55C7; }
a { background-color: rgb(254,85,199); }
div.DivClassName
{
background-color: #FE55C7;
}
.BgClassName
{
background-color: #FE55C7;
}
</style>
border-color css
<style>
span { border-color: #FE55C7; }
span { border-color: rgb(254,85,199); }
td.TdClassName
{
border-color: #FE55C7;
}
.TagClassName
{
border-color: #FE55C7;
}
</style>