Shades of Neon Pink #FE6FC1
Tints of Neon Pink #FE6FC1
RGB
CMYK
RGB Variations
Color information
#FE6FC1 (or 0xFE6FC1) is known color: Neon Pink. HEX triplet: FE, 6F and C1. RGB value is (254,111,193). Sum of RGB (Red+Green+Blue) = 254+111+193=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FC1 is #01903E. Grayscale: #A2A2A2. Windows color (decimal): -102463 or 12677118. OLE color: 12677118.
HSL color Cylindrical-coordinate representation of color #FE6FC1: hue angle of 325.59º 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 #FE6FC1 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 193 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.00 |
| HSL | 325.59º | 0.99% | 0.72% | - |
| HSV(B) | 325.59º | 0.56% | 1% | - |
| XYZ | 56.18 | 36.29 | 54.5 | - |
| YUV | 163.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 193 | 0 | 0.56 | 0.24 | 0.00 | 325.59 | 0.99 | 0.72 |
| Hex | FE | 6F | C1 | 0 | 38 | 18 | 0 | 146 | 63 | 48 |
| Octal | 376 | 157 | 301 | 0 | 70 | 30 | 0 | 506 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11000001 | 0 | 111000 | 11000 | 0 | 101000110 | 1100011 | 1001000 |
Color Harmonies of #FE6FC1
Complementary color
Monochromatic Colors of #FE6FC1
Black with #FE6FC1
Text Example
Text Example
White with #FE6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FC1; }
p { color: rgb(254,111,193); }
H1.HeaderClassName
{
color: #FE6FC1;
}
.AnyTagClassName
{
color: #FE6FC1;
}
</style>
background-color css
<style>
a { background-color: #FE6FC1; }
a { background-color: rgb(254,111,193); }
div.DivClassName
{
background-color: #FE6FC1;
}
.BgClassName
{
background-color: #FE6FC1;
}
</style>
border-color css
<style>
span { border-color: #FE6FC1; }
span { border-color: rgb(254,111,193); }
td.TdClassName
{
border-color: #FE6FC1;
}
.TagClassName
{
border-color: #FE6FC1;
}
</style>