Shades of Neon Pink #FE6ACF
Tints of Neon Pink #FE6ACF
RGB
CMYK
RGB Variations
Color information
#FE6ACF (or 0xFE6ACF) is known color: Neon Pink. HEX triplet: FE, 6A and CF. RGB value is (254,106,207). Sum of RGB (Red+Green+Blue) = 254+106+207=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ACF is #019530. Grayscale: #A1A1A1. Windows color (decimal): -103729 or 13593342. OLE color: 13593342.
HSL color Cylindrical-coordinate representation of color #FE6ACF: hue angle of 319.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6ACF is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 207 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.00 |
| HSL | 319.05º | 0.99% | 0.71% | - |
| HSV(B) | 319.05º | 0.58% | 1% | - |
| XYZ | 57.29 | 35.88 | 62.94 | - |
| YUV | 161.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 207 | 0 | 0.58 | 0.19 | 0.00 | 319.05 | 0.99 | 0.71 |
| Hex | FE | 6A | CF | 0 | 3A | 13 | 0 | 13F | 63 | 47 |
| Octal | 376 | 152 | 317 | 0 | 72 | 23 | 0 | 477 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11001111 | 0 | 111010 | 10011 | 0 | 100111111 | 1100011 | 1000111 |
Color Harmonies of #FE6ACF
Complementary color
Monochromatic Colors of #FE6ACF
Black with #FE6ACF
Text Example
Text Example
White with #FE6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ACF; }
p { color: rgb(254,106,207); }
H1.HeaderClassName
{
color: #FE6ACF;
}
.AnyTagClassName
{
color: #FE6ACF;
}
</style>
background-color css
<style>
a { background-color: #FE6ACF; }
a { background-color: rgb(254,106,207); }
div.DivClassName
{
background-color: #FE6ACF;
}
.BgClassName
{
background-color: #FE6ACF;
}
</style>
border-color css
<style>
span { border-color: #FE6ACF; }
span { border-color: rgb(254,106,207); }
td.TdClassName
{
border-color: #FE6ACF;
}
.TagClassName
{
border-color: #FE6ACF;
}
</style>