Shades of Neon Pink #FE55D0
Tints of Neon Pink #FE55D0
RGB
CMYK
RGB Variations
Color information
#FE55D0 (or 0xFE55D0) is known color: Neon Pink. HEX triplet: FE, 55 and D0. RGB value is (254,85,208). Sum of RGB (Red+Green+Blue) = 254+85+208=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55D0 is #01AA2F. Grayscale: #959595. Windows color (decimal): -109104 or 13653502. OLE color: 13653502.
HSL color Cylindrical-coordinate representation of color #FE55D0: hue angle of 316.33º 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 #FE55D0 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 208 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.00 |
| HSL | 316.33º | 0.99% | 0.66% | - |
| HSV(B) | 316.33º | 0.67% | 1% | - |
| XYZ | 55.51 | 32.12 | 62.95 | - |
| YUV | 149.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 208 | 0 | 0.67 | 0.18 | 0.00 | 316.33 | 0.99 | 0.66 |
| Hex | FE | 55 | D0 | 0 | 43 | 12 | 0 | 13C | 63 | 42 |
| Octal | 376 | 125 | 320 | 0 | 103 | 22 | 0 | 474 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11010000 | 0 | 1000011 | 10010 | 0 | 100111100 | 1100011 | 1000010 |
Color Harmonies of #FE55D0
Complementary color
Monochromatic Colors of #FE55D0
Black with #FE55D0
Text Example
Text Example
White with #FE55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55D0; }
p { color: rgb(254,85,208); }
H1.HeaderClassName
{
color: #FE55D0;
}
.AnyTagClassName
{
color: #FE55D0;
}
</style>
background-color css
<style>
a { background-color: #FE55D0; }
a { background-color: rgb(254,85,208); }
div.DivClassName
{
background-color: #FE55D0;
}
.BgClassName
{
background-color: #FE55D0;
}
</style>
border-color css
<style>
span { border-color: #FE55D0; }
span { border-color: rgb(254,85,208); }
td.TdClassName
{
border-color: #FE55D0;
}
.TagClassName
{
border-color: #FE55D0;
}
</style>