Shades of Neon Pink #FE6BBF
Tints of Neon Pink #FE6BBF
RGB
CMYK
RGB Variations
Color information
#FE6BBF (or 0xFE6BBF) is known color: Neon Pink. HEX triplet: FE, 6B and BF. RGB value is (254,107,191). Sum of RGB (Red+Green+Blue) = 254+107+191=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BBF is #019440. Grayscale: #A0A0A0. Windows color (decimal): -103489 or 12545022. OLE color: 12545022.
HSL color Cylindrical-coordinate representation of color #FE6BBF: hue angle of 325.71º 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 #FE6BBF is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 191 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.00 |
| HSL | 325.71º | 0.99% | 0.71% | - |
| HSV(B) | 325.71º | 0.58% | 1% | - |
| XYZ | 55.53 | 35.35 | 53.19 | - |
| YUV | 160.53 | 145.2 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 191 | 0 | 0.58 | 0.25 | 0.00 | 325.71 | 0.99 | 0.71 |
| Hex | FE | 6B | BF | 0 | 3A | 19 | 0 | 146 | 63 | 47 |
| Octal | 376 | 153 | 277 | 0 | 72 | 31 | 0 | 506 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10111111 | 0 | 111010 | 11001 | 0 | 101000110 | 1100011 | 1000111 |
Color Harmonies of #FE6BBF
Complementary color
Monochromatic Colors of #FE6BBF
Black with #FE6BBF
Text Example
Text Example
White with #FE6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BBF; }
p { color: rgb(254,107,191); }
H1.HeaderClassName
{
color: #FE6BBF;
}
.AnyTagClassName
{
color: #FE6BBF;
}
</style>
background-color css
<style>
a { background-color: #FE6BBF; }
a { background-color: rgb(254,107,191); }
div.DivClassName
{
background-color: #FE6BBF;
}
.BgClassName
{
background-color: #FE6BBF;
}
</style>
border-color css
<style>
span { border-color: #FE6BBF; }
span { border-color: rgb(254,107,191); }
td.TdClassName
{
border-color: #FE6BBF;
}
.TagClassName
{
border-color: #FE6BBF;
}
</style>