Shades of Neon Pink #FE73D3
Tints of Neon Pink #FE73D3
RGB
CMYK
RGB Variations
Color information
#FE73D3 (or 0xFE73D3) is known color: Neon Pink. HEX triplet: FE, 73 and D3. RGB value is (254,115,211). Sum of RGB (Red+Green+Blue) = 254+115+211=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 115 (45.31% from 255 or 19.83% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73D3 is #018C2C. Grayscale: #A7A7A7. Windows color (decimal): -101421 or 13857790. OLE color: 13857790.
HSL color Cylindrical-coordinate representation of color #FE73D3: hue angle of 318.56º 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 #FE73D3 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 211 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.00 |
| HSL | 318.56º | 0.99% | 0.72% | - |
| HSV(B) | 318.56º | 0.55% | 1% | - |
| XYZ | 58.76 | 38.04 | 65.87 | - |
| YUV | 167.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 211 | 0 | 0.55 | 0.17 | 0.00 | 318.56 | 0.99 | 0.72 |
| Hex | FE | 73 | D3 | 0 | 37 | 11 | 0 | 13F | 63 | 48 |
| Octal | 376 | 163 | 323 | 0 | 67 | 21 | 0 | 477 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11010011 | 0 | 110111 | 10001 | 0 | 100111111 | 1100011 | 1001000 |
Color Harmonies of #FE73D3
Complementary color
Monochromatic Colors of #FE73D3
Black with #FE73D3
Text Example
Text Example
White with #FE73D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73D3; }
p { color: rgb(254,115,211); }
H1.HeaderClassName
{
color: #FE73D3;
}
.AnyTagClassName
{
color: #FE73D3;
}
</style>
background-color css
<style>
a { background-color: #FE73D3; }
a { background-color: rgb(254,115,211); }
div.DivClassName
{
background-color: #FE73D3;
}
.BgClassName
{
background-color: #FE73D3;
}
</style>
border-color css
<style>
span { border-color: #FE73D3; }
span { border-color: rgb(254,115,211); }
td.TdClassName
{
border-color: #FE73D3;
}
.TagClassName
{
border-color: #FE73D3;
}
</style>