Shades of Neon Pink #FE7BCC
Tints of Neon Pink #FE7BCC
RGB
CMYK
RGB Variations
Color information
#FE7BCC (or 0xFE7BCC) is known color: Neon Pink. HEX triplet: FE, 7B and CC. RGB value is (254,123,204). Sum of RGB (Red+Green+Blue) = 254+123+204=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BCC is #018433. Grayscale: #ABABAB. Windows color (decimal): -99380 or 13401086. OLE color: 13401086.
HSL color Cylindrical-coordinate representation of color #FE7BCC: hue angle of 322.9º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7BCC is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 204 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.00 |
| HSL | 322.9º | 0.98% | 0.74% | - |
| HSV(B) | 322.9º | 0.52% | 1% | - |
| XYZ | 58.86 | 39.6 | 61.67 | - |
| YUV | 171.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 204 | 0 | 0.52 | 0.20 | 0.00 | 322.9 | 0.98 | 0.74 |
| Hex | FE | 7B | CC | 0 | 34 | 14 | 0 | 143 | 62 | 4A |
| Octal | 376 | 173 | 314 | 0 | 64 | 24 | 0 | 503 | 142 | 112 |
| Binary | 11111110 | 1111011 | 11001100 | 0 | 110100 | 10100 | 0 | 101000011 | 1100010 | 1001010 |
Color Harmonies of #FE7BCC
Complementary color
Monochromatic Colors of #FE7BCC
Black with #FE7BCC
Text Example
Text Example
White with #FE7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BCC; }
p { color: rgb(254,123,204); }
H1.HeaderClassName
{
color: #FE7BCC;
}
.AnyTagClassName
{
color: #FE7BCC;
}
</style>
background-color css
<style>
a { background-color: #FE7BCC; }
a { background-color: rgb(254,123,204); }
div.DivClassName
{
background-color: #FE7BCC;
}
.BgClassName
{
background-color: #FE7BCC;
}
</style>
border-color css
<style>
span { border-color: #FE7BCC; }
span { border-color: rgb(254,123,204); }
td.TdClassName
{
border-color: #FE7BCC;
}
.TagClassName
{
border-color: #FE7BCC;
}
</style>