Shades of Neon Pink #FE54D1
Tints of Neon Pink #FE54D1
RGB
CMYK
RGB Variations
Color information
#FE54D1 (or 0xFE54D1) is known color: Neon Pink. HEX triplet: FE, 54 and D1. RGB value is (254,84,209). Sum of RGB (Red+Green+Blue) = 254+84+209=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 84 (33.20% from 255 or 15.36% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54D1 is #01AB2E. Grayscale: #949494. Windows color (decimal): -109359 or 13718782. OLE color: 13718782.
HSL color Cylindrical-coordinate representation of color #FE54D1: hue angle of 315.88º 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 #FE54D1 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 209 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.00 |
| HSL | 315.88º | 0.99% | 0.66% | - |
| HSV(B) | 315.88º | 0.67% | 1% | - |
| XYZ | 55.55 | 32.01 | 63.57 | - |
| YUV | 149.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 209 | 0 | 0.67 | 0.18 | 0.00 | 315.88 | 0.99 | 0.66 |
| Hex | FE | 54 | D1 | 0 | 43 | 12 | 0 | 13C | 63 | 42 |
| Octal | 376 | 124 | 321 | 0 | 103 | 22 | 0 | 474 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11010001 | 0 | 1000011 | 10010 | 0 | 100111100 | 1100011 | 1000010 |
Color Harmonies of #FE54D1
Complementary color
Monochromatic Colors of #FE54D1
Black with #FE54D1
Text Example
Text Example
White with #FE54D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54D1; }
p { color: rgb(254,84,209); }
H1.HeaderClassName
{
color: #FE54D1;
}
.AnyTagClassName
{
color: #FE54D1;
}
</style>
background-color css
<style>
a { background-color: #FE54D1; }
a { background-color: rgb(254,84,209); }
div.DivClassName
{
background-color: #FE54D1;
}
.BgClassName
{
background-color: #FE54D1;
}
</style>
border-color css
<style>
span { border-color: #FE54D1; }
span { border-color: rgb(254,84,209); }
td.TdClassName
{
border-color: #FE54D1;
}
.TagClassName
{
border-color: #FE54D1;
}
</style>