Shades of Neon Pink #FE70DA
Tints of Neon Pink #FE70DA
RGB
CMYK
RGB Variations
Color information
#FE70DA (or 0xFE70DA) is known color: Neon Pink. HEX triplet: FE, 70 and DA. RGB value is (254,112,218). Sum of RGB (Red+Green+Blue) = 254+112+218=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE70DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE70DA is #018F25. Grayscale: #A6A6A6. Windows color (decimal): -102182 or 14315774. OLE color: 14315774.
HSL color Cylindrical-coordinate representation of color #FE70DA: hue angle of 315.21º 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 #FE70DA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 218 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.00 |
| HSL | 315.21º | 0.99% | 0.72% | - |
| HSV(B) | 315.21º | 0.56% | 1% | - |
| XYZ | 59.32 | 37.72 | 70.48 | - |
| YUV | 166.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 218 | 0 | 0.56 | 0.14 | 0.00 | 315.21 | 0.99 | 0.72 |
| Hex | FE | 70 | DA | 0 | 38 | E | 0 | 13B | 63 | 48 |
| Octal | 376 | 160 | 332 | 0 | 70 | 16 | 0 | 473 | 143 | 110 |
| Binary | 11111110 | 1110000 | 11011010 | 0 | 111000 | 1110 | 0 | 100111011 | 1100011 | 1001000 |
Color Harmonies of #FE70DA
Complementary color
Monochromatic Colors of #FE70DA
Black with #FE70DA
Text Example
Text Example
White with #FE70DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE70DA; }
p { color: rgb(254,112,218); }
H1.HeaderClassName
{
color: #FE70DA;
}
.AnyTagClassName
{
color: #FE70DA;
}
</style>
background-color css
<style>
a { background-color: #FE70DA; }
a { background-color: rgb(254,112,218); }
div.DivClassName
{
background-color: #FE70DA;
}
.BgClassName
{
background-color: #FE70DA;
}
</style>
border-color css
<style>
span { border-color: #FE70DA; }
span { border-color: rgb(254,112,218); }
td.TdClassName
{
border-color: #FE70DA;
}
.TagClassName
{
border-color: #FE70DA;
}
</style>