Shades of Neon Pink #FE7CCC
Tints of Neon Pink #FE7CCC
RGB
CMYK
RGB Variations
Color information
#FE7CCC (or 0xFE7CCC) is known color: Neon Pink. HEX triplet: FE, 7C and CC. RGB value is (254,124,204). Sum of RGB (Red+Green+Blue) = 254+124+204=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CCC is #018333. Grayscale: #ABABAB. Windows color (decimal): -99124 or 13401342. OLE color: 13401342.
HSL color Cylindrical-coordinate representation of color #FE7CCC: hue angle of 323.08º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CCC is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 204 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.00 |
| HSL | 323.08º | 0.98% | 0.74% | - |
| HSV(B) | 323.08º | 0.51% | 1% | - |
| XYZ | 58.98 | 39.85 | 61.71 | - |
| YUV | 171.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 204 | 0 | 0.51 | 0.20 | 0.00 | 323.08 | 0.98 | 0.74 |
| Hex | FE | 7C | CC | 0 | 33 | 14 | 0 | 143 | 62 | 4A |
| Octal | 376 | 174 | 314 | 0 | 63 | 24 | 0 | 503 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11001100 | 0 | 110011 | 10100 | 0 | 101000011 | 1100010 | 1001010 |
Color Harmonies of #FE7CCC
Complementary color
Monochromatic Colors of #FE7CCC
Black with #FE7CCC
Text Example
Text Example
White with #FE7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CCC; }
p { color: rgb(254,124,204); }
H1.HeaderClassName
{
color: #FE7CCC;
}
.AnyTagClassName
{
color: #FE7CCC;
}
</style>
background-color css
<style>
a { background-color: #FE7CCC; }
a { background-color: rgb(254,124,204); }
div.DivClassName
{
background-color: #FE7CCC;
}
.BgClassName
{
background-color: #FE7CCC;
}
</style>
border-color css
<style>
span { border-color: #FE7CCC; }
span { border-color: rgb(254,124,204); }
td.TdClassName
{
border-color: #FE7CCC;
}
.TagClassName
{
border-color: #FE7CCC;
}
</style>