Shades of Neon Pink #FE73CE
Tints of Neon Pink #FE73CE
RGB
CMYK
RGB Variations
Color information
#FE73CE (or 0xFE73CE) is known color: Neon Pink. HEX triplet: FE, 73 and CE. RGB value is (254,115,206). Sum of RGB (Red+Green+Blue) = 254+115+206=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73CE is #018C31. Grayscale: #A6A6A6. Windows color (decimal): -101426 or 13530110. OLE color: 13530110.
HSL color Cylindrical-coordinate representation of color #FE73CE: hue angle of 320.72º 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 #FE73CE is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 206 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.00 |
| HSL | 320.72º | 0.99% | 0.72% | - |
| HSV(B) | 320.72º | 0.55% | 1% | - |
| XYZ | 58.14 | 37.79 | 62.62 | - |
| YUV | 166.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 206 | 0 | 0.55 | 0.19 | 0.00 | 320.72 | 0.99 | 0.72 |
| Hex | FE | 73 | CE | 0 | 37 | 13 | 0 | 141 | 63 | 48 |
| Octal | 376 | 163 | 316 | 0 | 67 | 23 | 0 | 501 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11001110 | 0 | 110111 | 10011 | 0 | 101000001 | 1100011 | 1001000 |
Color Harmonies of #FE73CE
Complementary color
Monochromatic Colors of #FE73CE
Black with #FE73CE
Text Example
Text Example
White with #FE73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73CE; }
p { color: rgb(254,115,206); }
H1.HeaderClassName
{
color: #FE73CE;
}
.AnyTagClassName
{
color: #FE73CE;
}
</style>
background-color css
<style>
a { background-color: #FE73CE; }
a { background-color: rgb(254,115,206); }
div.DivClassName
{
background-color: #FE73CE;
}
.BgClassName
{
background-color: #FE73CE;
}
</style>
border-color css
<style>
span { border-color: #FE73CE; }
span { border-color: rgb(254,115,206); }
td.TdClassName
{
border-color: #FE73CE;
}
.TagClassName
{
border-color: #FE73CE;
}
</style>