Shades of Neon Pink #FE55C2
Tints of Neon Pink #FE55C2
RGB
CMYK
RGB Variations
Color information
#FE55C2 (or 0xFE55C2) is known color: Neon Pink. HEX triplet: FE, 55 and C2. RGB value is (254,85,194). Sum of RGB (Red+Green+Blue) = 254+85+194=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55C2 is #01AA3D. Grayscale: #939393. Windows color (decimal): -109118 or 12735998. OLE color: 12735998.
HSL color Cylindrical-coordinate representation of color #FE55C2: hue angle of 321.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE55C2 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 194 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.00 |
| HSL | 321.3º | 0.99% | 0.66% | - |
| HSV(B) | 321.3º | 0.67% | 1% | - |
| XYZ | 53.86 | 31.46 | 54.27 | - |
| YUV | 147.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 194 | 0 | 0.67 | 0.24 | 0.00 | 321.3 | 0.99 | 0.66 |
| Hex | FE | 55 | C2 | 0 | 43 | 18 | 0 | 141 | 63 | 42 |
| Octal | 376 | 125 | 302 | 0 | 103 | 30 | 0 | 501 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11000010 | 0 | 1000011 | 11000 | 0 | 101000001 | 1100011 | 1000010 |
Color Harmonies of #FE55C2
Complementary color
Monochromatic Colors of #FE55C2
Black with #FE55C2
Text Example
Text Example
White with #FE55C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55C2; }
p { color: rgb(254,85,194); }
H1.HeaderClassName
{
color: #FE55C2;
}
.AnyTagClassName
{
color: #FE55C2;
}
</style>
background-color css
<style>
a { background-color: #FE55C2; }
a { background-color: rgb(254,85,194); }
div.DivClassName
{
background-color: #FE55C2;
}
.BgClassName
{
background-color: #FE55C2;
}
</style>
border-color css
<style>
span { border-color: #FE55C2; }
span { border-color: rgb(254,85,194); }
td.TdClassName
{
border-color: #FE55C2;
}
.TagClassName
{
border-color: #FE55C2;
}
</style>