Shades of Neon Pink #FE73C5
Tints of Neon Pink #FE73C5
RGB
CMYK
RGB Variations
Color information
#FE73C5 (or 0xFE73C5) is known color: Neon Pink. HEX triplet: FE, 73 and C5. RGB value is (254,115,197). Sum of RGB (Red+Green+Blue) = 254+115+197=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73C5 is #018C3A. Grayscale: #A5A5A5. Windows color (decimal): -101435 or 12940286. OLE color: 12940286.
HSL color Cylindrical-coordinate representation of color #FE73C5: hue angle of 324.6º 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 #FE73C5 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 197 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.00 |
| HSL | 324.6º | 0.99% | 0.72% | - |
| HSV(B) | 324.6º | 0.55% | 1% | - |
| XYZ | 57.08 | 37.36 | 57.03 | - |
| YUV | 165.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 197 | 0 | 0.55 | 0.22 | 0.00 | 324.6 | 0.99 | 0.72 |
| Hex | FE | 73 | C5 | 0 | 37 | 16 | 0 | 145 | 63 | 48 |
| Octal | 376 | 163 | 305 | 0 | 67 | 26 | 0 | 505 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11000101 | 0 | 110111 | 10110 | 0 | 101000101 | 1100011 | 1001000 |
Color Harmonies of #FE73C5
Complementary color
Monochromatic Colors of #FE73C5
Black with #FE73C5
Text Example
Text Example
White with #FE73C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73C5; }
p { color: rgb(254,115,197); }
H1.HeaderClassName
{
color: #FE73C5;
}
.AnyTagClassName
{
color: #FE73C5;
}
</style>
background-color css
<style>
a { background-color: #FE73C5; }
a { background-color: rgb(254,115,197); }
div.DivClassName
{
background-color: #FE73C5;
}
.BgClassName
{
background-color: #FE73C5;
}
</style>
border-color css
<style>
span { border-color: #FE73C5; }
span { border-color: rgb(254,115,197); }
td.TdClassName
{
border-color: #FE73C5;
}
.TagClassName
{
border-color: #FE73C5;
}
</style>