Shades of Neon Pink #FE6ECE
Tints of Neon Pink #FE6ECE
RGB
CMYK
RGB Variations
Color information
#FE6ECE (or 0xFE6ECE) is known color: Neon Pink. HEX triplet: FE, 6E and CE. RGB value is (254,110,206). Sum of RGB (Red+Green+Blue) = 254+110+206=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ECE is #019131. Grayscale: #A3A3A3. Windows color (decimal): -102706 or 13528830. OLE color: 13528830.
HSL color Cylindrical-coordinate representation of color #FE6ECE: hue angle of 320º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6ECE is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 206 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.00 |
| HSL | 320º | 0.99% | 0.71% | - |
| HSV(B) | 320º | 0.57% | 1% | - |
| XYZ | 57.59 | 36.68 | 62.44 | - |
| YUV | 164 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 206 | 0 | 0.57 | 0.19 | 0.00 | 320 | 0.99 | 0.71 |
| Hex | FE | 6E | CE | 0 | 39 | 13 | 0 | 140 | 63 | 47 |
| Octal | 376 | 156 | 316 | 0 | 71 | 23 | 0 | 500 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11001110 | 0 | 111001 | 10011 | 0 | 101000000 | 1100011 | 1000111 |
Color Harmonies of #FE6ECE
Complementary color
Monochromatic Colors of #FE6ECE
Black with #FE6ECE
Text Example
Text Example
White with #FE6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ECE; }
p { color: rgb(254,110,206); }
H1.HeaderClassName
{
color: #FE6ECE;
}
.AnyTagClassName
{
color: #FE6ECE;
}
</style>
background-color css
<style>
a { background-color: #FE6ECE; }
a { background-color: rgb(254,110,206); }
div.DivClassName
{
background-color: #FE6ECE;
}
.BgClassName
{
background-color: #FE6ECE;
}
</style>
border-color css
<style>
span { border-color: #FE6ECE; }
span { border-color: rgb(254,110,206); }
td.TdClassName
{
border-color: #FE6ECE;
}
.TagClassName
{
border-color: #FE6ECE;
}
</style>