Shades of Neon Pink #FE54D3
Tints of Neon Pink #FE54D3
RGB
CMYK
RGB Variations
Color information
#FE54D3 (or 0xFE54D3) is known color: Neon Pink. HEX triplet: FE, 54 and D3. RGB value is (254,84,211). Sum of RGB (Red+Green+Blue) = 254+84+211=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 84 (33.20% from 255 or 15.30% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54D3 is #01AB2C. Grayscale: #949494. Windows color (decimal): -109357 or 13849854. OLE color: 13849854.
HSL color Cylindrical-coordinate representation of color #FE54D3: hue angle of 315.18º 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 #FE54D3 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 211 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.00 |
| HSL | 315.18º | 0.99% | 0.66% | - |
| HSV(B) | 315.18º | 0.67% | 1% | - |
| XYZ | 55.8 | 32.11 | 64.89 | - |
| YUV | 149.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 211 | 0 | 0.67 | 0.17 | 0.00 | 315.18 | 0.99 | 0.66 |
| Hex | FE | 54 | D3 | 0 | 43 | 11 | 0 | 13B | 63 | 42 |
| Octal | 376 | 124 | 323 | 0 | 103 | 21 | 0 | 473 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11010011 | 0 | 1000011 | 10001 | 0 | 100111011 | 1100011 | 1000010 |
Color Harmonies of #FE54D3
Complementary color
Monochromatic Colors of #FE54D3
Black with #FE54D3
Text Example
Text Example
White with #FE54D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54D3; }
p { color: rgb(254,84,211); }
H1.HeaderClassName
{
color: #FE54D3;
}
.AnyTagClassName
{
color: #FE54D3;
}
</style>
background-color css
<style>
a { background-color: #FE54D3; }
a { background-color: rgb(254,84,211); }
div.DivClassName
{
background-color: #FE54D3;
}
.BgClassName
{
background-color: #FE54D3;
}
</style>
border-color css
<style>
span { border-color: #FE54D3; }
span { border-color: rgb(254,84,211); }
td.TdClassName
{
border-color: #FE54D3;
}
.TagClassName
{
border-color: #FE54D3;
}
</style>