Shades of Neon Pink #FE55C3
Tints of Neon Pink #FE55C3
RGB
CMYK
RGB Variations
Color information
#FE55C3 (or 0xFE55C3) is known color: Neon Pink. HEX triplet: FE, 55 and C3. RGB value is (254,85,195). Sum of RGB (Red+Green+Blue) = 254+85+195=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55C3 is #01AA3C. Grayscale: #939393. Windows color (decimal): -109117 or 12801534. OLE color: 12801534.
HSL color Cylindrical-coordinate representation of color #FE55C3: hue angle of 320.95º 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 #FE55C3 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 195 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.00 |
| HSL | 320.95º | 0.99% | 0.66% | - |
| HSV(B) | 320.95º | 0.67% | 1% | - |
| XYZ | 53.97 | 31.51 | 54.87 | - |
| YUV | 148.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 195 | 0 | 0.67 | 0.23 | 0.00 | 320.95 | 0.99 | 0.66 |
| Hex | FE | 55 | C3 | 0 | 43 | 17 | 0 | 141 | 63 | 42 |
| Octal | 376 | 125 | 303 | 0 | 103 | 27 | 0 | 501 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11000011 | 0 | 1000011 | 10111 | 0 | 101000001 | 1100011 | 1000010 |
Color Harmonies of #FE55C3
Complementary color
Monochromatic Colors of #FE55C3
Black with #FE55C3
Text Example
Text Example
White with #FE55C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55C3; }
p { color: rgb(254,85,195); }
H1.HeaderClassName
{
color: #FE55C3;
}
.AnyTagClassName
{
color: #FE55C3;
}
</style>
background-color css
<style>
a { background-color: #FE55C3; }
a { background-color: rgb(254,85,195); }
div.DivClassName
{
background-color: #FE55C3;
}
.BgClassName
{
background-color: #FE55C3;
}
</style>
border-color css
<style>
span { border-color: #FE55C3; }
span { border-color: rgb(254,85,195); }
td.TdClassName
{
border-color: #FE55C3;
}
.TagClassName
{
border-color: #FE55C3;
}
</style>