Shades of Neon Pink #FE70CA
Tints of Neon Pink #FE70CA
RGB
CMYK
RGB Variations
Color information
#FE70CA (or 0xFE70CA) is known color: Neon Pink. HEX triplet: FE, 70 and CA. RGB value is (254,112,202). Sum of RGB (Red+Green+Blue) = 254+112+202=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70CA is #018F35. Grayscale: #A4A4A4. Windows color (decimal): -102198 or 13267198. OLE color: 13267198.
HSL color Cylindrical-coordinate representation of color #FE70CA: hue angle of 321.97º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE70CA is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 202 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.00 |
| HSL | 321.97º | 0.99% | 0.72% | - |
| HSV(B) | 321.97º | 0.56% | 1% | - |
| XYZ | 57.33 | 36.92 | 59.98 | - |
| YUV | 164.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 202 | 0 | 0.56 | 0.20 | 0.00 | 321.97 | 0.99 | 0.72 |
| Hex | FE | 70 | CA | 0 | 38 | 14 | 0 | 142 | 63 | 48 |
| Octal | 376 | 160 | 312 | 0 | 70 | 24 | 0 | 502 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11001010 | 0 | 111000 | 10100 | 0 | 101000010 | 1100011 | 1001000 |
Color Harmonies of #FE70CA
Complementary color
Monochromatic Colors of #FE70CA
Black with #FE70CA
Text Example
Text Example
White with #FE70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70CA; }
p { color: rgb(254,112,202); }
H1.HeaderClassName
{
color: #FE70CA;
}
.AnyTagClassName
{
color: #FE70CA;
}
</style>
background-color css
<style>
a { background-color: #FE70CA; }
a { background-color: rgb(254,112,202); }
div.DivClassName
{
background-color: #FE70CA;
}
.BgClassName
{
background-color: #FE70CA;
}
</style>
border-color css
<style>
span { border-color: #FE70CA; }
span { border-color: rgb(254,112,202); }
td.TdClassName
{
border-color: #FE70CA;
}
.TagClassName
{
border-color: #FE70CA;
}
</style>