Shades of Neon Pink #FE6BC8
Tints of Neon Pink #FE6BC8
RGB
CMYK
RGB Variations
Color information
#FE6BC8 (or 0xFE6BC8) is known color: Neon Pink. HEX triplet: FE, 6B and C8. RGB value is (254,107,200). Sum of RGB (Red+Green+Blue) = 254+107+200=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BC8 is #019437. Grayscale: #A1A1A1. Windows color (decimal): -103480 or 13134846. OLE color: 13134846.
HSL color Cylindrical-coordinate representation of color #FE6BC8: hue angle of 322.04º 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 #FE6BC8 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 200 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.00 |
| HSL | 322.04º | 0.99% | 0.71% | - |
| HSV(B) | 322.04º | 0.58% | 1% | - |
| XYZ | 56.56 | 35.76 | 58.56 | - |
| YUV | 161.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 200 | 0 | 0.58 | 0.21 | 0.00 | 322.04 | 0.99 | 0.71 |
| Hex | FE | 6B | C8 | 0 | 3A | 15 | 0 | 142 | 63 | 47 |
| Octal | 376 | 153 | 310 | 0 | 72 | 25 | 0 | 502 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11001000 | 0 | 111010 | 10101 | 0 | 101000010 | 1100011 | 1000111 |
Color Harmonies of #FE6BC8
Complementary color
Monochromatic Colors of #FE6BC8
Black with #FE6BC8
Text Example
Text Example
White with #FE6BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BC8; }
p { color: rgb(254,107,200); }
H1.HeaderClassName
{
color: #FE6BC8;
}
.AnyTagClassName
{
color: #FE6BC8;
}
</style>
background-color css
<style>
a { background-color: #FE6BC8; }
a { background-color: rgb(254,107,200); }
div.DivClassName
{
background-color: #FE6BC8;
}
.BgClassName
{
background-color: #FE6BC8;
}
</style>
border-color css
<style>
span { border-color: #FE6BC8; }
span { border-color: rgb(254,107,200); }
td.TdClassName
{
border-color: #FE6BC8;
}
.TagClassName
{
border-color: #FE6BC8;
}
</style>