Shades of Neon Pink #FE6BCB
Tints of Neon Pink #FE6BCB
RGB
CMYK
RGB Variations
Color information
#FE6BCB (or 0xFE6BCB) is known color: Neon Pink. HEX triplet: FE, 6B and CB. RGB value is (254,107,203). Sum of RGB (Red+Green+Blue) = 254+107+203=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BCB is #019434. Grayscale: #A1A1A1. Windows color (decimal): -103477 or 13331454. OLE color: 13331454.
HSL color Cylindrical-coordinate representation of color #FE6BCB: hue angle of 320.82º 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 #FE6BCB is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 203 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.00 |
| HSL | 320.82º | 0.99% | 0.71% | - |
| HSV(B) | 320.82º | 0.58% | 1% | - |
| XYZ | 56.91 | 35.9 | 60.43 | - |
| YUV | 161.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 203 | 0 | 0.58 | 0.20 | 0.00 | 320.82 | 0.99 | 0.71 |
| Hex | FE | 6B | CB | 0 | 3A | 14 | 0 | 141 | 63 | 47 |
| Octal | 376 | 153 | 313 | 0 | 72 | 24 | 0 | 501 | 143 | 107 |
| Binary | 11111110 | 1101011 | 11001011 | 0 | 111010 | 10100 | 0 | 101000001 | 1100011 | 1000111 |
Color Harmonies of #FE6BCB
Complementary color
Monochromatic Colors of #FE6BCB
Black with #FE6BCB
Text Example
Text Example
White with #FE6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BCB; }
p { color: rgb(254,107,203); }
H1.HeaderClassName
{
color: #FE6BCB;
}
.AnyTagClassName
{
color: #FE6BCB;
}
</style>
background-color css
<style>
a { background-color: #FE6BCB; }
a { background-color: rgb(254,107,203); }
div.DivClassName
{
background-color: #FE6BCB;
}
.BgClassName
{
background-color: #FE6BCB;
}
</style>
border-color css
<style>
span { border-color: #FE6BCB; }
span { border-color: rgb(254,107,203); }
td.TdClassName
{
border-color: #FE6BCB;
}
.TagClassName
{
border-color: #FE6BCB;
}
</style>