Shades of Neon Pink #FE60CA
Tints of Neon Pink #FE60CA
RGB
CMYK
RGB Variations
Color information
#FE60CA (or 0xFE60CA) is known color: Neon Pink. HEX triplet: FE, 60 and CA. RGB value is (254,96,202). Sum of RGB (Red+Green+Blue) = 254+96+202=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60CA is #019F35. Grayscale: #9B9B9B. Windows color (decimal): -106294 or 13263102. OLE color: 13263102.
HSL color Cylindrical-coordinate representation of color #FE60CA: hue angle of 319.75º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60CA is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 202 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.00 |
| HSL | 319.75º | 0.99% | 0.69% | - |
| HSV(B) | 319.75º | 0.62% | 1% | - |
| XYZ | 55.72 | 33.7 | 59.45 | - |
| YUV | 155.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 202 | 0 | 0.62 | 0.20 | 0.00 | 319.75 | 0.99 | 0.69 |
| Hex | FE | 60 | CA | 0 | 3E | 14 | 0 | 140 | 63 | 45 |
| Octal | 376 | 140 | 312 | 0 | 76 | 24 | 0 | 500 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11001010 | 0 | 111110 | 10100 | 0 | 101000000 | 1100011 | 1000101 |
Color Harmonies of #FE60CA
Complementary color
Monochromatic Colors of #FE60CA
Black with #FE60CA
Text Example
Text Example
White with #FE60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60CA; }
p { color: rgb(254,96,202); }
H1.HeaderClassName
{
color: #FE60CA;
}
.AnyTagClassName
{
color: #FE60CA;
}
</style>
background-color css
<style>
a { background-color: #FE60CA; }
a { background-color: rgb(254,96,202); }
div.DivClassName
{
background-color: #FE60CA;
}
.BgClassName
{
background-color: #FE60CA;
}
</style>
border-color css
<style>
span { border-color: #FE60CA; }
span { border-color: rgb(254,96,202); }
td.TdClassName
{
border-color: #FE60CA;
}
.TagClassName
{
border-color: #FE60CA;
}
</style>