Shades of Neon Pink #FE6FC9
Tints of Neon Pink #FE6FC9
RGB
CMYK
RGB Variations
Color information
#FE6FC9 (or 0xFE6FC9) is known color: Neon Pink. HEX triplet: FE, 6F and C9. RGB value is (254,111,201). Sum of RGB (Red+Green+Blue) = 254+111+201=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FC9 is #019036. Grayscale: #A3A3A3. Windows color (decimal): -102455 or 13201406. OLE color: 13201406.
HSL color Cylindrical-coordinate representation of color #FE6FC9: hue angle of 322.24º 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 #FE6FC9 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 201 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.00 |
| HSL | 322.24º | 0.99% | 0.72% | - |
| HSV(B) | 322.24º | 0.56% | 1% | - |
| XYZ | 57.1 | 36.66 | 59.32 | - |
| YUV | 164.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 201 | 0 | 0.56 | 0.21 | 0.00 | 322.24 | 0.99 | 0.72 |
| Hex | FE | 6F | C9 | 0 | 38 | 15 | 0 | 142 | 63 | 48 |
| Octal | 376 | 157 | 311 | 0 | 70 | 25 | 0 | 502 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11001001 | 0 | 111000 | 10101 | 0 | 101000010 | 1100011 | 1001000 |
Color Harmonies of #FE6FC9
Complementary color
Monochromatic Colors of #FE6FC9
Black with #FE6FC9
Text Example
Text Example
White with #FE6FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FC9; }
p { color: rgb(254,111,201); }
H1.HeaderClassName
{
color: #FE6FC9;
}
.AnyTagClassName
{
color: #FE6FC9;
}
</style>
background-color css
<style>
a { background-color: #FE6FC9; }
a { background-color: rgb(254,111,201); }
div.DivClassName
{
background-color: #FE6FC9;
}
.BgClassName
{
background-color: #FE6FC9;
}
</style>
border-color css
<style>
span { border-color: #FE6FC9; }
span { border-color: rgb(254,111,201); }
td.TdClassName
{
border-color: #FE6FC9;
}
.TagClassName
{
border-color: #FE6FC9;
}
</style>