Shades of Neon Pink #FE73C7
Tints of Neon Pink #FE73C7
RGB
CMYK
RGB Variations
Color information
#FE73C7 (or 0xFE73C7) is known color: Neon Pink. HEX triplet: FE, 73 and C7. RGB value is (254,115,199). Sum of RGB (Red+Green+Blue) = 254+115+199=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73C7 is #018C38. Grayscale: #A5A5A5. Windows color (decimal): -101433 or 13071358. OLE color: 13071358.
HSL color Cylindrical-coordinate representation of color #FE73C7: hue angle of 323.74º 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 #FE73C7 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 199 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.00 |
| HSL | 323.74º | 0.99% | 0.72% | - |
| HSV(B) | 323.74º | 0.55% | 1% | - |
| XYZ | 57.31 | 37.46 | 58.24 | - |
| YUV | 166.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 199 | 0 | 0.55 | 0.22 | 0.00 | 323.74 | 0.99 | 0.72 |
| Hex | FE | 73 | C7 | 0 | 37 | 16 | 0 | 144 | 63 | 48 |
| Octal | 376 | 163 | 307 | 0 | 67 | 26 | 0 | 504 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11000111 | 0 | 110111 | 10110 | 0 | 101000100 | 1100011 | 1001000 |
Color Harmonies of #FE73C7
Complementary color
Monochromatic Colors of #FE73C7
Black with #FE73C7
Text Example
Text Example
White with #FE73C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73C7; }
p { color: rgb(254,115,199); }
H1.HeaderClassName
{
color: #FE73C7;
}
.AnyTagClassName
{
color: #FE73C7;
}
</style>
background-color css
<style>
a { background-color: #FE73C7; }
a { background-color: rgb(254,115,199); }
div.DivClassName
{
background-color: #FE73C7;
}
.BgClassName
{
background-color: #FE73C7;
}
</style>
border-color css
<style>
span { border-color: #FE73C7; }
span { border-color: rgb(254,115,199); }
td.TdClassName
{
border-color: #FE73C7;
}
.TagClassName
{
border-color: #FE73C7;
}
</style>