Shades of Neon Pink #FE6BBE
Tints of Neon Pink #FE6BBE
RGB
CMYK
RGB Variations
Color information
#FE6BBE (or 0xFE6BBE) is known color: Neon Pink. HEX triplet: FE, 6B and BE. RGB value is (254,107,190). Sum of RGB (Red+Green+Blue) = 254+107+190=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6BBE is #019441. Grayscale: #A0A0A0. Windows color (decimal): -103490 or 12479486. OLE color: 12479486.
HSL color Cylindrical-coordinate representation of color #FE6BBE: hue angle of 326.12º 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 #FE6BBE is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 107 | 190 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.00 |
| HSL | 326.12º | 0.99% | 0.71% | - |
| HSV(B) | 326.12º | 0.58% | 1% | - |
| XYZ | 55.43 | 35.3 | 52.61 | - |
| YUV | 160.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 107 | 190 | 0 | 0.58 | 0.25 | 0.00 | 326.12 | 0.99 | 0.71 |
| Hex | FE | 6B | BE | 0 | 3A | 19 | 0 | 146 | 63 | 47 |
| Octal | 376 | 153 | 276 | 0 | 72 | 31 | 0 | 506 | 143 | 107 |
| Binary | 11111110 | 1101011 | 10111110 | 0 | 111010 | 11001 | 0 | 101000110 | 1100011 | 1000111 |
Color Harmonies of #FE6BBE
Complementary color
Monochromatic Colors of #FE6BBE
Black with #FE6BBE
Text Example
Text Example
White with #FE6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6BBE; }
p { color: rgb(254,107,190); }
H1.HeaderClassName
{
color: #FE6BBE;
}
.AnyTagClassName
{
color: #FE6BBE;
}
</style>
background-color css
<style>
a { background-color: #FE6BBE; }
a { background-color: rgb(254,107,190); }
div.DivClassName
{
background-color: #FE6BBE;
}
.BgClassName
{
background-color: #FE6BBE;
}
</style>
border-color css
<style>
span { border-color: #FE6BBE; }
span { border-color: rgb(254,107,190); }
td.TdClassName
{
border-color: #FE6BBE;
}
.TagClassName
{
border-color: #FE6BBE;
}
</style>