Shades of Neon Pink #FE5CCC
Tints of Neon Pink #FE5CCC
RGB
CMYK
RGB Variations
Color information
#FE5CCC (or 0xFE5CCC) is known color: Neon Pink. HEX triplet: FE, 5C and CC. RGB value is (254,92,204). Sum of RGB (Red+Green+Blue) = 254+92+204=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 92 (36.33% from 255 or 16.73% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CCC is #01A333. Grayscale: #989898. Windows color (decimal): -107316 or 13393150. OLE color: 13393150.
HSL color Cylindrical-coordinate representation of color #FE5CCC: hue angle of 318.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CCC is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 204 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.00 |
| HSL | 318.52º | 0.99% | 0.68% | - |
| HSV(B) | 318.52º | 0.64% | 1% | - |
| XYZ | 55.6 | 33.08 | 60.58 | - |
| YUV | 153.21 | 156.67 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 204 | 0 | 0.64 | 0.20 | 0.00 | 318.52 | 0.99 | 0.68 |
| Hex | FE | 5C | CC | 0 | 40 | 14 | 0 | 13F | 63 | 44 |
| Octal | 376 | 134 | 314 | 0 | 100 | 24 | 0 | 477 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11001100 | 0 | 1000000 | 10100 | 0 | 100111111 | 1100011 | 1000100 |
Color Harmonies of #FE5CCC
Complementary color
Monochromatic Colors of #FE5CCC
Black with #FE5CCC
Text Example
Text Example
White with #FE5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CCC; }
p { color: rgb(254,92,204); }
H1.HeaderClassName
{
color: #FE5CCC;
}
.AnyTagClassName
{
color: #FE5CCC;
}
</style>
background-color css
<style>
a { background-color: #FE5CCC; }
a { background-color: rgb(254,92,204); }
div.DivClassName
{
background-color: #FE5CCC;
}
.BgClassName
{
background-color: #FE5CCC;
}
</style>
border-color css
<style>
span { border-color: #FE5CCC; }
span { border-color: rgb(254,92,204); }
td.TdClassName
{
border-color: #FE5CCC;
}
.TagClassName
{
border-color: #FE5CCC;
}
</style>