Shades of Neon Pink #FE73CB
Tints of Neon Pink #FE73CB
RGB
CMYK
RGB Variations
Color information
#FE73CB (or 0xFE73CB) is known color: Neon Pink. HEX triplet: FE, 73 and CB. RGB value is (254,115,203). Sum of RGB (Red+Green+Blue) = 254+115+203=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73CB is #018C34. Grayscale: #A6A6A6. Windows color (decimal): -101429 or 13333502. OLE color: 13333502.
HSL color Cylindrical-coordinate representation of color #FE73CB: hue angle of 322.01º 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 #FE73CB is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 203 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.00 |
| HSL | 322.01º | 0.99% | 0.72% | - |
| HSV(B) | 322.01º | 0.55% | 1% | - |
| XYZ | 57.78 | 37.64 | 60.72 | - |
| YUV | 166.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 203 | 0 | 0.55 | 0.20 | 0.00 | 322.01 | 0.99 | 0.72 |
| Hex | FE | 73 | CB | 0 | 37 | 14 | 0 | 142 | 63 | 48 |
| Octal | 376 | 163 | 313 | 0 | 67 | 24 | 0 | 502 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11001011 | 0 | 110111 | 10100 | 0 | 101000010 | 1100011 | 1001000 |
Color Harmonies of #FE73CB
Complementary color
Monochromatic Colors of #FE73CB
Black with #FE73CB
Text Example
Text Example
White with #FE73CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73CB; }
p { color: rgb(254,115,203); }
H1.HeaderClassName
{
color: #FE73CB;
}
.AnyTagClassName
{
color: #FE73CB;
}
</style>
background-color css
<style>
a { background-color: #FE73CB; }
a { background-color: rgb(254,115,203); }
div.DivClassName
{
background-color: #FE73CB;
}
.BgClassName
{
background-color: #FE73CB;
}
</style>
border-color css
<style>
span { border-color: #FE73CB; }
span { border-color: rgb(254,115,203); }
td.TdClassName
{
border-color: #FE73CB;
}
.TagClassName
{
border-color: #FE73CB;
}
</style>