Shades of Neon Pink #FE56C2
Tints of Neon Pink #FE56C2
RGB
CMYK
RGB Variations
Color information
#FE56C2 (or 0xFE56C2) is known color: Neon Pink. HEX triplet: FE, 56 and C2. RGB value is (254,86,194). Sum of RGB (Red+Green+Blue) = 254+86+194=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56C2 is #01A93D. Grayscale: #949494. Windows color (decimal): -108862 or 12736254. OLE color: 12736254.
HSL color Cylindrical-coordinate representation of color #FE56C2: hue angle of 321.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE56C2 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 86 | 194 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.00 |
| HSL | 321.43º | 0.99% | 0.67% | - |
| HSV(B) | 321.43º | 0.66% | 1% | - |
| XYZ | 53.94 | 31.62 | 54.3 | - |
| YUV | 148.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 86 | 194 | 0 | 0.66 | 0.24 | 0.00 | 321.43 | 0.99 | 0.67 |
| Hex | FE | 56 | C2 | 0 | 42 | 18 | 0 | 141 | 63 | 43 |
| Octal | 376 | 126 | 302 | 0 | 102 | 30 | 0 | 501 | 143 | 103 |
| Binary | 11111110 | 1010110 | 11000010 | 0 | 1000010 | 11000 | 0 | 101000001 | 1100011 | 1000011 |
Color Harmonies of #FE56C2
Complementary color
Monochromatic Colors of #FE56C2
Black with #FE56C2
Text Example
Text Example
White with #FE56C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE56C2; }
p { color: rgb(254,86,194); }
H1.HeaderClassName
{
color: #FE56C2;
}
.AnyTagClassName
{
color: #FE56C2;
}
</style>
background-color css
<style>
a { background-color: #FE56C2; }
a { background-color: rgb(254,86,194); }
div.DivClassName
{
background-color: #FE56C2;
}
.BgClassName
{
background-color: #FE56C2;
}
</style>
border-color css
<style>
span { border-color: #FE56C2; }
span { border-color: rgb(254,86,194); }
td.TdClassName
{
border-color: #FE56C2;
}
.TagClassName
{
border-color: #FE56C2;
}
</style>