Shades of Neon Pink #FE55CF
Tints of Neon Pink #FE55CF
RGB
CMYK
RGB Variations
Color information
#FE55CF (or 0xFE55CF) is known color: Neon Pink. HEX triplet: FE, 55 and CF. RGB value is (254,85,207). Sum of RGB (Red+Green+Blue) = 254+85+207=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 85 (33.59% from 255 or 15.57% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55CF is #01AA30. Grayscale: #959595. Windows color (decimal): -109105 or 13587966. OLE color: 13587966.
HSL color Cylindrical-coordinate representation of color #FE55CF: hue angle of 316.69º 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 #FE55CF is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 207 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.00 |
| HSL | 316.69º | 0.99% | 0.66% | - |
| HSV(B) | 316.69º | 0.67% | 1% | - |
| XYZ | 55.38 | 32.07 | 62.3 | - |
| YUV | 149.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 207 | 0 | 0.67 | 0.19 | 0.00 | 316.69 | 0.99 | 0.66 |
| Hex | FE | 55 | CF | 0 | 43 | 13 | 0 | 13D | 63 | 42 |
| Octal | 376 | 125 | 317 | 0 | 103 | 23 | 0 | 475 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11001111 | 0 | 1000011 | 10011 | 0 | 100111101 | 1100011 | 1000010 |
Color Harmonies of #FE55CF
Complementary color
Monochromatic Colors of #FE55CF
Black with #FE55CF
Text Example
Text Example
White with #FE55CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55CF; }
p { color: rgb(254,85,207); }
H1.HeaderClassName
{
color: #FE55CF;
}
.AnyTagClassName
{
color: #FE55CF;
}
</style>
background-color css
<style>
a { background-color: #FE55CF; }
a { background-color: rgb(254,85,207); }
div.DivClassName
{
background-color: #FE55CF;
}
.BgClassName
{
background-color: #FE55CF;
}
</style>
border-color css
<style>
span { border-color: #FE55CF; }
span { border-color: rgb(254,85,207); }
td.TdClassName
{
border-color: #FE55CF;
}
.TagClassName
{
border-color: #FE55CF;
}
</style>