Shades of Neon Pink #FE6BC7
Tints of Neon Pink #FE6BC7
RGB
CMYK
RGB Variations
Color information
#FE6BC7 (or 0xFE6BC7) is known color: Neon Pink. HEX triplet: FE, 6B and C7. RGB value is (254,107,199). Sum of RGB (Red+Green+Blue) = 254+107+199=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 199 (78.12% from 255 or 35.54% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BC7 is #019438. Grayscale: #A1A1A1. Windows color (decimal): -103481 or 13069310. OLE color: 13069310.
HSL color Cylindrical-coordinate representation of color #FE6BC7: hue angle of 322.45º 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 #FE6BC7 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 199 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.00 |
| HSL | 322.45º | 0.99% | 0.71% | - |
| HSV(B) | 322.45º | 0.58% | 1% | - |
| XYZ | 56.44 | 35.71 | 57.95 | - |
| YUV | 161.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 199 | 0 | 0.58 | 0.22 | 0.00 | 322.45 | 0.99 | 0.71 |
| Hex | FE | 6B | C7 | 0 | 3A | 16 | 0 | 142 | 63 | 47 |
| Octal | 376 | 153 | 307 | 0 | 72 | 26 | 0 | 502 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11000111 | 0 | 111010 | 10110 | 0 | 101000010 | 1100011 | 1000111 |
Color Harmonies of #FE6BC7
Complementary color
Monochromatic Colors of #FE6BC7
Black with #FE6BC7
Text Example
Text Example
White with #FE6BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BC7; }
p { color: rgb(254,107,199); }
H1.HeaderClassName
{
color: #FE6BC7;
}
.AnyTagClassName
{
color: #FE6BC7;
}
</style>
background-color css
<style>
a { background-color: #FE6BC7; }
a { background-color: rgb(254,107,199); }
div.DivClassName
{
background-color: #FE6BC7;
}
.BgClassName
{
background-color: #FE6BC7;
}
</style>
border-color css
<style>
span { border-color: #FE6BC7; }
span { border-color: rgb(254,107,199); }
td.TdClassName
{
border-color: #FE6BC7;
}
.TagClassName
{
border-color: #FE6BC7;
}
</style>