Shades of Neon Pink #FE55CA
Tints of Neon Pink #FE55CA
RGB
CMYK
RGB Variations
Color information
#FE55CA (or 0xFE55CA) is known color: Neon Pink. HEX triplet: FE, 55 and CA. RGB value is (254,85,202). Sum of RGB (Red+Green+Blue) = 254+85+202=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 85 (33.59% from 255 or 15.71% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55CA is #01AA35. Grayscale: #949494. Windows color (decimal): -109110 or 13260286. OLE color: 13260286.
HSL color Cylindrical-coordinate representation of color #FE55CA: hue angle of 318.46º 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 #FE55CA is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 85 | 202 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.00 |
| HSL | 318.46º | 0.99% | 0.66% | - |
| HSV(B) | 318.46º | 0.67% | 1% | - |
| XYZ | 54.78 | 31.83 | 59.13 | - |
| YUV | 148.87 | 157.99 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 85 | 202 | 0 | 0.67 | 0.20 | 0.00 | 318.46 | 0.99 | 0.66 |
| Hex | FE | 55 | CA | 0 | 43 | 14 | 0 | 13E | 63 | 42 |
| Octal | 376 | 125 | 312 | 0 | 103 | 24 | 0 | 476 | 143 | 102 |
| Binary | 11111110 | 1010101 | 11001010 | 0 | 1000011 | 10100 | 0 | 100111110 | 1100011 | 1000010 |
Color Harmonies of #FE55CA
Complementary color
Monochromatic Colors of #FE55CA
Black with #FE55CA
Text Example
Text Example
White with #FE55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE55CA; }
p { color: rgb(254,85,202); }
H1.HeaderClassName
{
color: #FE55CA;
}
.AnyTagClassName
{
color: #FE55CA;
}
</style>
background-color css
<style>
a { background-color: #FE55CA; }
a { background-color: rgb(254,85,202); }
div.DivClassName
{
background-color: #FE55CA;
}
.BgClassName
{
background-color: #FE55CA;
}
</style>
border-color css
<style>
span { border-color: #FE55CA; }
span { border-color: rgb(254,85,202); }
td.TdClassName
{
border-color: #FE55CA;
}
.TagClassName
{
border-color: #FE55CA;
}
</style>