Shades of Neon Pink #FE55C8
Tints of Neon Pink #FE55C8
RGB
CMYK
RGB Variations
Color information
#FE55C8 (or 0xFE55C8) is known color: Neon Pink. HEX triplet: FE, 55 and C8. RGB value is (254,85,200). Sum of RGB (Red+Green+Blue) = 254+85+200=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55C8 is #01AA37. Grayscale: #949494. Windows color (decimal): -109112 or 13129214. OLE color: 13129214.
HSL color Cylindrical-coordinate representation of color #FE55C8: hue angle of 319.17º 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 #FE55C8 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 200 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.00 |
| HSL | 319.17º | 0.99% | 0.66% | - |
| HSV(B) | 319.17º | 0.67% | 1% | - |
| XYZ | 54.55 | 31.74 | 57.89 | - |
| YUV | 148.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 200 | 0 | 0.67 | 0.21 | 0.00 | 319.17 | 0.99 | 0.66 |
| Hex | FE | 55 | C8 | 0 | 43 | 15 | 0 | 13F | 63 | 42 |
| Octal | 376 | 125 | 310 | 0 | 103 | 25 | 0 | 477 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11001000 | 0 | 1000011 | 10101 | 0 | 100111111 | 1100011 | 1000010 |
Color Harmonies of #FE55C8
Complementary color
Monochromatic Colors of #FE55C8
Black with #FE55C8
Text Example
Text Example
White with #FE55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55C8; }
p { color: rgb(254,85,200); }
H1.HeaderClassName
{
color: #FE55C8;
}
.AnyTagClassName
{
color: #FE55C8;
}
</style>
background-color css
<style>
a { background-color: #FE55C8; }
a { background-color: rgb(254,85,200); }
div.DivClassName
{
background-color: #FE55C8;
}
.BgClassName
{
background-color: #FE55C8;
}
</style>
border-color css
<style>
span { border-color: #FE55C8; }
span { border-color: rgb(254,85,200); }
td.TdClassName
{
border-color: #FE55C8;
}
.TagClassName
{
border-color: #FE55C8;
}
</style>