Shades of Neon Pink #FE73CA
Tints of Neon Pink #FE73CA
RGB
CMYK
RGB Variations
Color information
#FE73CA (or 0xFE73CA) is known color: Neon Pink. HEX triplet: FE, 73 and CA. RGB value is (254,115,202). Sum of RGB (Red+Green+Blue) = 254+115+202=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73CA is #018C35. Grayscale: #A6A6A6. Windows color (decimal): -101430 or 13267966. OLE color: 13267966.
HSL color Cylindrical-coordinate representation of color #FE73CA: hue angle of 322.45º 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 #FE73CA is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 202 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.00 |
| HSL | 322.45º | 0.99% | 0.72% | - |
| HSV(B) | 322.45º | 0.55% | 1% | - |
| XYZ | 57.66 | 37.6 | 60.09 | - |
| YUV | 166.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 202 | 0 | 0.55 | 0.20 | 0.00 | 322.45 | 0.99 | 0.72 |
| Hex | FE | 73 | CA | 0 | 37 | 14 | 0 | 142 | 63 | 48 |
| Octal | 376 | 163 | 312 | 0 | 67 | 24 | 0 | 502 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11001010 | 0 | 110111 | 10100 | 0 | 101000010 | 1100011 | 1001000 |
Color Harmonies of #FE73CA
Complementary color
Monochromatic Colors of #FE73CA
Black with #FE73CA
Text Example
Text Example
White with #FE73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73CA; }
p { color: rgb(254,115,202); }
H1.HeaderClassName
{
color: #FE73CA;
}
.AnyTagClassName
{
color: #FE73CA;
}
</style>
background-color css
<style>
a { background-color: #FE73CA; }
a { background-color: rgb(254,115,202); }
div.DivClassName
{
background-color: #FE73CA;
}
.BgClassName
{
background-color: #FE73CA;
}
</style>
border-color css
<style>
span { border-color: #FE73CA; }
span { border-color: rgb(254,115,202); }
td.TdClassName
{
border-color: #FE73CA;
}
.TagClassName
{
border-color: #FE73CA;
}
</style>