Shades of Neon Pink #FE70C2
Tints of Neon Pink #FE70C2
RGB
CMYK
RGB Variations
Color information
#FE70C2 (or 0xFE70C2) is known color: Neon Pink. HEX triplet: FE, 70 and C2. RGB value is (254,112,194). Sum of RGB (Red+Green+Blue) = 254+112+194=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70C2 is #018F3D. Grayscale: #A3A3A3. Windows color (decimal): -102206 or 12742910. OLE color: 12742910.
HSL color Cylindrical-coordinate representation of color #FE70C2: hue angle of 325.35º 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 #FE70C2 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 194 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.00 |
| HSL | 325.35º | 0.99% | 0.72% | - |
| HSV(B) | 325.35º | 0.56% | 1% | - |
| XYZ | 56.4 | 36.55 | 55.12 | - |
| YUV | 163.81 | 145.04 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 194 | 0 | 0.56 | 0.24 | 0.00 | 325.35 | 0.99 | 0.72 |
| Hex | FE | 70 | C2 | 0 | 38 | 18 | 0 | 145 | 63 | 48 |
| Octal | 376 | 160 | 302 | 0 | 70 | 30 | 0 | 505 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11000010 | 0 | 111000 | 11000 | 0 | 101000101 | 1100011 | 1001000 |
Color Harmonies of #FE70C2
Complementary color
Monochromatic Colors of #FE70C2
Black with #FE70C2
Text Example
Text Example
White with #FE70C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70C2; }
p { color: rgb(254,112,194); }
H1.HeaderClassName
{
color: #FE70C2;
}
.AnyTagClassName
{
color: #FE70C2;
}
</style>
background-color css
<style>
a { background-color: #FE70C2; }
a { background-color: rgb(254,112,194); }
div.DivClassName
{
background-color: #FE70C2;
}
.BgClassName
{
background-color: #FE70C2;
}
</style>
border-color css
<style>
span { border-color: #FE70C2; }
span { border-color: rgb(254,112,194); }
td.TdClassName
{
border-color: #FE70C2;
}
.TagClassName
{
border-color: #FE70C2;
}
</style>