Shades of Neon Pink #FE6ADD
Tints of Neon Pink #FE6ADD
RGB
CMYK
RGB Variations
Color information
#FE6ADD (or 0xFE6ADD) is known color: Neon Pink. HEX triplet: FE, 6A and DD. RGB value is (254,106,221). Sum of RGB (Red+Green+Blue) = 254+106+221=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 106 (41.80% from 255 or 18.24% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ADD is #019522. Grayscale: #A3A3A3. Windows color (decimal): -103715 or 14510846. OLE color: 14510846.
HSL color Cylindrical-coordinate representation of color #FE6ADD: hue angle of 313.38º 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 #FE6ADD is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 221 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.00 |
| HSL | 313.38º | 0.99% | 0.71% | - |
| HSV(B) | 313.38º | 0.58% | 1% | - |
| XYZ | 59.08 | 36.6 | 72.36 | - |
| YUV | 163.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 221 | 0 | 0.58 | 0.13 | 0.00 | 313.38 | 0.99 | 0.71 |
| Hex | FE | 6A | DD | 0 | 3A | D | 0 | 139 | 63 | 47 |
| Octal | 376 | 152 | 335 | 0 | 72 | 15 | 0 | 471 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11011101 | 0 | 111010 | 1101 | 0 | 100111001 | 1100011 | 1000111 |
Color Harmonies of #FE6ADD
Complementary color
Monochromatic Colors of #FE6ADD
Black with #FE6ADD
Text Example
Text Example
White with #FE6ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ADD; }
p { color: rgb(254,106,221); }
H1.HeaderClassName
{
color: #FE6ADD;
}
.AnyTagClassName
{
color: #FE6ADD;
}
</style>
background-color css
<style>
a { background-color: #FE6ADD; }
a { background-color: rgb(254,106,221); }
div.DivClassName
{
background-color: #FE6ADD;
}
.BgClassName
{
background-color: #FE6ADD;
}
</style>
border-color css
<style>
span { border-color: #FE6ADD; }
span { border-color: rgb(254,106,221); }
td.TdClassName
{
border-color: #FE6ADD;
}
.TagClassName
{
border-color: #FE6ADD;
}
</style>