Shades of Neon Pink #FE73D6
Tints of Neon Pink #FE73D6
RGB
CMYK
RGB Variations
Color information
#FE73D6 (or 0xFE73D6) is known color: Neon Pink. HEX triplet: FE, 73 and D6. RGB value is (254,115,214). Sum of RGB (Red+Green+Blue) = 254+115+214=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73D6 is #018C29. Grayscale: #A7A7A7. Windows color (decimal): -101418 or 14054398. OLE color: 14054398.
HSL color Cylindrical-coordinate representation of color #FE73D6: hue angle of 317.27º 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 #FE73D6 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 214 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.00 |
| HSL | 317.27º | 0.99% | 0.72% | - |
| HSV(B) | 317.27º | 0.55% | 1% | - |
| XYZ | 59.14 | 38.19 | 67.87 | - |
| YUV | 167.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 214 | 0 | 0.55 | 0.16 | 0.00 | 317.27 | 0.99 | 0.72 |
| Hex | FE | 73 | D6 | 0 | 37 | 10 | 0 | 13D | 63 | 48 |
| Octal | 376 | 163 | 326 | 0 | 67 | 20 | 0 | 475 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11010110 | 0 | 110111 | 10000 | 0 | 100111101 | 1100011 | 1001000 |
Color Harmonies of #FE73D6
Complementary color
Monochromatic Colors of #FE73D6
Black with #FE73D6
Text Example
Text Example
White with #FE73D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73D6; }
p { color: rgb(254,115,214); }
H1.HeaderClassName
{
color: #FE73D6;
}
.AnyTagClassName
{
color: #FE73D6;
}
</style>
background-color css
<style>
a { background-color: #FE73D6; }
a { background-color: rgb(254,115,214); }
div.DivClassName
{
background-color: #FE73D6;
}
.BgClassName
{
background-color: #FE73D6;
}
</style>
border-color css
<style>
span { border-color: #FE73D6; }
span { border-color: rgb(254,115,214); }
td.TdClassName
{
border-color: #FE73D6;
}
.TagClassName
{
border-color: #FE73D6;
}
</style>