Shades of Neon Pink #FE6ECB
Tints of Neon Pink #FE6ECB
RGB
CMYK
RGB Variations
Color information
#FE6ECB (or 0xFE6ECB) is known color: Neon Pink. HEX triplet: FE, 6E and CB. RGB value is (254,110,203). Sum of RGB (Red+Green+Blue) = 254+110+203=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ECB is #019134. Grayscale: #A3A3A3. Windows color (decimal): -102709 or 13332222. OLE color: 13332222.
HSL color Cylindrical-coordinate representation of color #FE6ECB: hue angle of 321.25º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6ECB is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 203 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.00 |
| HSL | 321.25º | 0.99% | 0.71% | - |
| HSV(B) | 321.25º | 0.57% | 1% | - |
| XYZ | 57.23 | 36.53 | 60.54 | - |
| YUV | 163.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 203 | 0 | 0.57 | 0.20 | 0.00 | 321.25 | 0.99 | 0.71 |
| Hex | FE | 6E | CB | 0 | 39 | 14 | 0 | 141 | 63 | 47 |
| Octal | 376 | 156 | 313 | 0 | 71 | 24 | 0 | 501 | 143 | 107 |
| Binary | 11111110 | 1101110 | 11001011 | 0 | 111001 | 10100 | 0 | 101000001 | 1100011 | 1000111 |
Color Harmonies of #FE6ECB
Complementary color
Monochromatic Colors of #FE6ECB
Black with #FE6ECB
Text Example
Text Example
White with #FE6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ECB; }
p { color: rgb(254,110,203); }
H1.HeaderClassName
{
color: #FE6ECB;
}
.AnyTagClassName
{
color: #FE6ECB;
}
</style>
background-color css
<style>
a { background-color: #FE6ECB; }
a { background-color: rgb(254,110,203); }
div.DivClassName
{
background-color: #FE6ECB;
}
.BgClassName
{
background-color: #FE6ECB;
}
</style>
border-color css
<style>
span { border-color: #FE6ECB; }
span { border-color: rgb(254,110,203); }
td.TdClassName
{
border-color: #FE6ECB;
}
.TagClassName
{
border-color: #FE6ECB;
}
</style>