Shades of Neon Pink #FE5CCE
Tints of Neon Pink #FE5CCE
RGB
CMYK
RGB Variations
Color information
#FE5CCE (or 0xFE5CCE) is known color: Neon Pink. HEX triplet: FE, 5C and CE. RGB value is (254,92,206). Sum of RGB (Red+Green+Blue) = 254+92+206=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 92 (36.33% from 255 or 16.67% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5CCE is #01A331. Grayscale: #999999. Windows color (decimal): -107314 or 13524222. OLE color: 13524222.
HSL color Cylindrical-coordinate representation of color #FE5CCE: hue angle of 317.78º 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 #FE5CCE is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 206 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.00 |
| HSL | 317.78º | 0.99% | 0.68% | - |
| HSV(B) | 317.78º | 0.64% | 1% | - |
| XYZ | 55.84 | 33.18 | 61.85 | - |
| YUV | 153.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 206 | 0 | 0.64 | 0.19 | 0.00 | 317.78 | 0.99 | 0.68 |
| Hex | FE | 5C | CE | 0 | 40 | 13 | 0 | 13E | 63 | 44 |
| Octal | 376 | 134 | 316 | 0 | 100 | 23 | 0 | 476 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11001110 | 0 | 1000000 | 10011 | 0 | 100111110 | 1100011 | 1000100 |
Color Harmonies of #FE5CCE
Complementary color
Monochromatic Colors of #FE5CCE
Black with #FE5CCE
Text Example
Text Example
White with #FE5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CCE; }
p { color: rgb(254,92,206); }
H1.HeaderClassName
{
color: #FE5CCE;
}
.AnyTagClassName
{
color: #FE5CCE;
}
</style>
background-color css
<style>
a { background-color: #FE5CCE; }
a { background-color: rgb(254,92,206); }
div.DivClassName
{
background-color: #FE5CCE;
}
.BgClassName
{
background-color: #FE5CCE;
}
</style>
border-color css
<style>
span { border-color: #FE5CCE; }
span { border-color: rgb(254,92,206); }
td.TdClassName
{
border-color: #FE5CCE;
}
.TagClassName
{
border-color: #FE5CCE;
}
</style>