Shades of Neon Pink #FE73CC
Tints of Neon Pink #FE73CC
RGB
CMYK
RGB Variations
Color information
#FE73CC (or 0xFE73CC) is known color: Neon Pink. HEX triplet: FE, 73 and CC. RGB value is (254,115,204). Sum of RGB (Red+Green+Blue) = 254+115+204=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73CC is #018C33. Grayscale: #A6A6A6. Windows color (decimal): -101428 or 13399038. OLE color: 13399038.
HSL color Cylindrical-coordinate representation of color #FE73CC: hue angle of 321.58º 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 #FE73CC is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 204 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.00 |
| HSL | 321.58º | 0.99% | 0.72% | - |
| HSV(B) | 321.58º | 0.55% | 1% | - |
| XYZ | 57.9 | 37.69 | 61.35 | - |
| YUV | 166.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 204 | 0 | 0.55 | 0.20 | 0.00 | 321.58 | 0.99 | 0.72 |
| Hex | FE | 73 | CC | 0 | 37 | 14 | 0 | 142 | 63 | 48 |
| Octal | 376 | 163 | 314 | 0 | 67 | 24 | 0 | 502 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11001100 | 0 | 110111 | 10100 | 0 | 101000010 | 1100011 | 1001000 |
Color Harmonies of #FE73CC
Complementary color
Monochromatic Colors of #FE73CC
Black with #FE73CC
Text Example
Text Example
White with #FE73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73CC; }
p { color: rgb(254,115,204); }
H1.HeaderClassName
{
color: #FE73CC;
}
.AnyTagClassName
{
color: #FE73CC;
}
</style>
background-color css
<style>
a { background-color: #FE73CC; }
a { background-color: rgb(254,115,204); }
div.DivClassName
{
background-color: #FE73CC;
}
.BgClassName
{
background-color: #FE73CC;
}
</style>
border-color css
<style>
span { border-color: #FE73CC; }
span { border-color: rgb(254,115,204); }
td.TdClassName
{
border-color: #FE73CC;
}
.TagClassName
{
border-color: #FE73CC;
}
</style>