Shades of Neon Pink #FE6FC7
Tints of Neon Pink #FE6FC7
RGB
CMYK
RGB Variations
Color information
#FE6FC7 (or 0xFE6FC7) is known color: Neon Pink. HEX triplet: FE, 6F and C7. RGB value is (254,111,199). Sum of RGB (Red+Green+Blue) = 254+111+199=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FC7 is #019038. Grayscale: #A3A3A3. Windows color (decimal): -102457 or 13070334. OLE color: 13070334.
HSL color Cylindrical-coordinate representation of color #FE6FC7: hue angle of 323.08º 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 #FE6FC7 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 199 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.00 |
| HSL | 323.08º | 0.99% | 0.72% | - |
| HSV(B) | 323.08º | 0.56% | 1% | - |
| XYZ | 56.87 | 36.56 | 58.09 | - |
| YUV | 163.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 199 | 0 | 0.56 | 0.22 | 0.00 | 323.08 | 0.99 | 0.72 |
| Hex | FE | 6F | C7 | 0 | 38 | 16 | 0 | 143 | 63 | 48 |
| Octal | 376 | 157 | 307 | 0 | 70 | 26 | 0 | 503 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11000111 | 0 | 111000 | 10110 | 0 | 101000011 | 1100011 | 1001000 |
Color Harmonies of #FE6FC7
Complementary color
Monochromatic Colors of #FE6FC7
Black with #FE6FC7
Text Example
Text Example
White with #FE6FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FC7; }
p { color: rgb(254,111,199); }
H1.HeaderClassName
{
color: #FE6FC7;
}
.AnyTagClassName
{
color: #FE6FC7;
}
</style>
background-color css
<style>
a { background-color: #FE6FC7; }
a { background-color: rgb(254,111,199); }
div.DivClassName
{
background-color: #FE6FC7;
}
.BgClassName
{
background-color: #FE6FC7;
}
</style>
border-color css
<style>
span { border-color: #FE6FC7; }
span { border-color: rgb(254,111,199); }
td.TdClassName
{
border-color: #FE6FC7;
}
.TagClassName
{
border-color: #FE6FC7;
}
</style>