Shades of Neon Pink #FE6FBE
Tints of Neon Pink #FE6FBE
RGB
CMYK
RGB Variations
Color information
#FE6FBE (or 0xFE6FBE) is known color: Neon Pink. HEX triplet: FE, 6F and BE. RGB value is (254,111,190). Sum of RGB (Red+Green+Blue) = 254+111+190=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FBE is #019041. Grayscale: #A2A2A2. Windows color (decimal): -102466 or 12480510. OLE color: 12480510.
HSL color Cylindrical-coordinate representation of color #FE6FBE: hue angle of 326.85º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE6FBE is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 190 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.00 |
| HSL | 326.85º | 0.99% | 0.72% | - |
| HSV(B) | 326.85º | 0.56% | 1% | - |
| XYZ | 55.85 | 36.16 | 52.75 | - |
| YUV | 162.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 190 | 0 | 0.56 | 0.25 | 0.00 | 326.85 | 0.99 | 0.72 |
| Hex | FE | 6F | BE | 0 | 38 | 19 | 0 | 147 | 63 | 48 |
| Octal | 376 | 157 | 276 | 0 | 70 | 31 | 0 | 507 | 143 | 110 |
| Binary | 11111110 | 1101111 | 10111110 | 0 | 111000 | 11001 | 0 | 101000111 | 1100011 | 1001000 |
Color Harmonies of #FE6FBE
Complementary color
Monochromatic Colors of #FE6FBE
Black with #FE6FBE
Text Example
Text Example
White with #FE6FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FBE; }
p { color: rgb(254,111,190); }
H1.HeaderClassName
{
color: #FE6FBE;
}
.AnyTagClassName
{
color: #FE6FBE;
}
</style>
background-color css
<style>
a { background-color: #FE6FBE; }
a { background-color: rgb(254,111,190); }
div.DivClassName
{
background-color: #FE6FBE;
}
.BgClassName
{
background-color: #FE6FBE;
}
</style>
border-color css
<style>
span { border-color: #FE6FBE; }
span { border-color: rgb(254,111,190); }
td.TdClassName
{
border-color: #FE6FBE;
}
.TagClassName
{
border-color: #FE6FBE;
}
</style>