Shades of Neon Pink #FE55D4
Tints of Neon Pink #FE55D4
RGB
CMYK
RGB Variations
Color information
#FE55D4 (or 0xFE55D4) is known color: Neon Pink. HEX triplet: FE, 55 and D4. RGB value is (254,85,212). Sum of RGB (Red+Green+Blue) = 254+85+212=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55D4 is #01AA2B. Grayscale: #959595. Windows color (decimal): -109100 or 13915646. OLE color: 13915646.
HSL color Cylindrical-coordinate representation of color #FE55D4: hue angle of 314.91º 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 #FE55D4 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 212 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.00 |
| HSL | 314.91º | 0.99% | 0.66% | - |
| HSV(B) | 314.91º | 0.67% | 1% | - |
| XYZ | 56.01 | 32.32 | 65.57 | - |
| YUV | 150.01 | 162.99 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 212 | 0 | 0.67 | 0.17 | 0.00 | 314.91 | 0.99 | 0.66 |
| Hex | FE | 55 | D4 | 0 | 43 | 11 | 0 | 13B | 63 | 42 |
| Octal | 376 | 125 | 324 | 0 | 103 | 21 | 0 | 473 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11010100 | 0 | 1000011 | 10001 | 0 | 100111011 | 1100011 | 1000010 |
Color Harmonies of #FE55D4
Complementary color
Monochromatic Colors of #FE55D4
Black with #FE55D4
Text Example
Text Example
White with #FE55D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55D4; }
p { color: rgb(254,85,212); }
H1.HeaderClassName
{
color: #FE55D4;
}
.AnyTagClassName
{
color: #FE55D4;
}
</style>
background-color css
<style>
a { background-color: #FE55D4; }
a { background-color: rgb(254,85,212); }
div.DivClassName
{
background-color: #FE55D4;
}
.BgClassName
{
background-color: #FE55D4;
}
</style>
border-color css
<style>
span { border-color: #FE55D4; }
span { border-color: rgb(254,85,212); }
td.TdClassName
{
border-color: #FE55D4;
}
.TagClassName
{
border-color: #FE55D4;
}
</style>