Shades of Neon Pink #FE66CB
Tints of Neon Pink #FE66CB
RGB
CMYK
RGB Variations
Color information
#FE66CB (or 0xFE66CB) is known color: Neon Pink. HEX triplet: FE, 66 and CB. RGB value is (254,102,203). Sum of RGB (Red+Green+Blue) = 254+102+203=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66CB is #019934. Grayscale: #9E9E9E. Windows color (decimal): -104757 or 13330174. OLE color: 13330174.
HSL color Cylindrical-coordinate representation of color #FE66CB: hue angle of 320.13º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66CB is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 203 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.00 |
| HSL | 320.13º | 0.99% | 0.7% | - |
| HSV(B) | 320.13º | 0.6% | 1% | - |
| XYZ | 56.4 | 34.89 | 60.26 | - |
| YUV | 158.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 203 | 0 | 0.60 | 0.20 | 0.00 | 320.13 | 0.99 | 0.7 |
| Hex | FE | 66 | CB | 0 | 3C | 14 | 0 | 140 | 63 | 46 |
| Octal | 376 | 146 | 313 | 0 | 74 | 24 | 0 | 500 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11001011 | 0 | 111100 | 10100 | 0 | 101000000 | 1100011 | 1000110 |
Color Harmonies of #FE66CB
Complementary color
Monochromatic Colors of #FE66CB
Black with #FE66CB
Text Example
Text Example
White with #FE66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66CB; }
p { color: rgb(254,102,203); }
H1.HeaderClassName
{
color: #FE66CB;
}
.AnyTagClassName
{
color: #FE66CB;
}
</style>
background-color css
<style>
a { background-color: #FE66CB; }
a { background-color: rgb(254,102,203); }
div.DivClassName
{
background-color: #FE66CB;
}
.BgClassName
{
background-color: #FE66CB;
}
</style>
border-color css
<style>
span { border-color: #FE66CB; }
span { border-color: rgb(254,102,203); }
td.TdClassName
{
border-color: #FE66CB;
}
.TagClassName
{
border-color: #FE66CB;
}
</style>