Shades of Neon Pink #FE73D4
Tints of Neon Pink #FE73D4
RGB
CMYK
RGB Variations
Color information
#FE73D4 (or 0xFE73D4) is known color: Neon Pink. HEX triplet: FE, 73 and D4. RGB value is (254,115,212). Sum of RGB (Red+Green+Blue) = 254+115+212=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73D4 is #018C2B. Grayscale: #A7A7A7. Windows color (decimal): -101420 or 13923326. OLE color: 13923326.
HSL color Cylindrical-coordinate representation of color #FE73D4: hue angle of 318.13º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73D4 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 212 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.00 |
| HSL | 318.13º | 0.99% | 0.72% | - |
| HSV(B) | 318.13º | 0.55% | 1% | - |
| XYZ | 58.89 | 38.09 | 66.53 | - |
| YUV | 167.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 212 | 0 | 0.55 | 0.17 | 0.00 | 318.13 | 0.99 | 0.72 |
| Hex | FE | 73 | D4 | 0 | 37 | 11 | 0 | 13E | 63 | 48 |
| Octal | 376 | 163 | 324 | 0 | 67 | 21 | 0 | 476 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11010100 | 0 | 110111 | 10001 | 0 | 100111110 | 1100011 | 1001000 |
Color Harmonies of #FE73D4
Complementary color
Monochromatic Colors of #FE73D4
Black with #FE73D4
Text Example
Text Example
White with #FE73D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73D4; }
p { color: rgb(254,115,212); }
H1.HeaderClassName
{
color: #FE73D4;
}
.AnyTagClassName
{
color: #FE73D4;
}
</style>
background-color css
<style>
a { background-color: #FE73D4; }
a { background-color: rgb(254,115,212); }
div.DivClassName
{
background-color: #FE73D4;
}
.BgClassName
{
background-color: #FE73D4;
}
</style>
border-color css
<style>
span { border-color: #FE73D4; }
span { border-color: rgb(254,115,212); }
td.TdClassName
{
border-color: #FE73D4;
}
.TagClassName
{
border-color: #FE73D4;
}
</style>