Shades of Neon Pink #FE70BE
Tints of Neon Pink #FE70BE
RGB
CMYK
RGB Variations
Color information
#FE70BE (or 0xFE70BE) is known color: Neon Pink. HEX triplet: FE, 70 and BE. RGB value is (254,112,190). Sum of RGB (Red+Green+Blue) = 254+112+190=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70BE is #018F41. Grayscale: #A3A3A3. Windows color (decimal): -102210 or 12480766. OLE color: 12480766.
HSL color Cylindrical-coordinate representation of color #FE70BE: hue angle of 327.04º 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 #FE70BE is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 190 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.00 |
| HSL | 327.04º | 0.99% | 0.72% | - |
| HSV(B) | 327.04º | 0.56% | 1% | - |
| XYZ | 55.96 | 36.38 | 52.79 | - |
| YUV | 163.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 190 | 0 | 0.56 | 0.25 | 0.00 | 327.04 | 0.99 | 0.72 |
| Hex | FE | 70 | BE | 0 | 38 | 19 | 0 | 147 | 63 | 48 |
| Octal | 376 | 160 | 276 | 0 | 70 | 31 | 0 | 507 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10111110 | 0 | 111000 | 11001 | 0 | 101000111 | 1100011 | 1001000 |
Color Harmonies of #FE70BE
Complementary color
Monochromatic Colors of #FE70BE
Black with #FE70BE
Text Example
Text Example
White with #FE70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70BE; }
p { color: rgb(254,112,190); }
H1.HeaderClassName
{
color: #FE70BE;
}
.AnyTagClassName
{
color: #FE70BE;
}
</style>
background-color css
<style>
a { background-color: #FE70BE; }
a { background-color: rgb(254,112,190); }
div.DivClassName
{
background-color: #FE70BE;
}
.BgClassName
{
background-color: #FE70BE;
}
</style>
border-color css
<style>
span { border-color: #FE70BE; }
span { border-color: rgb(254,112,190); }
td.TdClassName
{
border-color: #FE70BE;
}
.TagClassName
{
border-color: #FE70BE;
}
</style>