Shades of Neon Pink #FE6FC5
Tints of Neon Pink #FE6FC5
RGB
CMYK
RGB Variations
Color information
#FE6FC5 (or 0xFE6FC5) is known color: Neon Pink. HEX triplet: FE, 6F and C5. RGB value is (254,111,197). Sum of RGB (Red+Green+Blue) = 254+111+197=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FC5 is #01903A. Grayscale: #A3A3A3. Windows color (decimal): -102459 or 12939262. OLE color: 12939262.
HSL color Cylindrical-coordinate representation of color #FE6FC5: hue angle of 323.92º 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 #FE6FC5 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 197 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.00 |
| HSL | 323.92º | 0.99% | 0.72% | - |
| HSV(B) | 323.92º | 0.56% | 1% | - |
| XYZ | 56.64 | 36.47 | 56.88 | - |
| YUV | 163.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 197 | 0 | 0.56 | 0.22 | 0.00 | 323.92 | 0.99 | 0.72 |
| Hex | FE | 6F | C5 | 0 | 38 | 16 | 0 | 144 | 63 | 48 |
| Octal | 376 | 157 | 305 | 0 | 70 | 26 | 0 | 504 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11000101 | 0 | 111000 | 10110 | 0 | 101000100 | 1100011 | 1001000 |
Color Harmonies of #FE6FC5
Complementary color
Monochromatic Colors of #FE6FC5
Black with #FE6FC5
Text Example
Text Example
White with #FE6FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FC5; }
p { color: rgb(254,111,197); }
H1.HeaderClassName
{
color: #FE6FC5;
}
.AnyTagClassName
{
color: #FE6FC5;
}
</style>
background-color css
<style>
a { background-color: #FE6FC5; }
a { background-color: rgb(254,111,197); }
div.DivClassName
{
background-color: #FE6FC5;
}
.BgClassName
{
background-color: #FE6FC5;
}
</style>
border-color css
<style>
span { border-color: #FE6FC5; }
span { border-color: rgb(254,111,197); }
td.TdClassName
{
border-color: #FE6FC5;
}
.TagClassName
{
border-color: #FE6FC5;
}
</style>