Shades of Neon Pink #FE6ADC
Tints of Neon Pink #FE6ADC
RGB
CMYK
RGB Variations
Color information
#FE6ADC (or 0xFE6ADC) is known color: Neon Pink. HEX triplet: FE, 6A and DC. RGB value is (254,106,220). Sum of RGB (Red+Green+Blue) = 254+106+220=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 106 (41.80% from 255 or 18.28% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ADC is #019523. Grayscale: #A2A2A2. Windows color (decimal): -103716 or 14445310. OLE color: 14445310.
HSL color Cylindrical-coordinate representation of color #FE6ADC: hue angle of 313.78º 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 #FE6ADC is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 220 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.00 |
| HSL | 313.78º | 0.99% | 0.71% | - |
| HSV(B) | 313.78º | 0.58% | 1% | - |
| XYZ | 58.95 | 36.55 | 71.66 | - |
| YUV | 163.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 220 | 0 | 0.58 | 0.13 | 0.00 | 313.78 | 0.99 | 0.71 |
| Hex | FE | 6A | DC | 0 | 3A | D | 0 | 13A | 63 | 47 |
| Octal | 376 | 152 | 334 | 0 | 72 | 15 | 0 | 472 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11011100 | 0 | 111010 | 1101 | 0 | 100111010 | 1100011 | 1000111 |
Color Harmonies of #FE6ADC
Complementary color
Monochromatic Colors of #FE6ADC
Black with #FE6ADC
Text Example
Text Example
White with #FE6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ADC; }
p { color: rgb(254,106,220); }
H1.HeaderClassName
{
color: #FE6ADC;
}
.AnyTagClassName
{
color: #FE6ADC;
}
</style>
background-color css
<style>
a { background-color: #FE6ADC; }
a { background-color: rgb(254,106,220); }
div.DivClassName
{
background-color: #FE6ADC;
}
.BgClassName
{
background-color: #FE6ADC;
}
</style>
border-color css
<style>
span { border-color: #FE6ADC; }
span { border-color: rgb(254,106,220); }
td.TdClassName
{
border-color: #FE6ADC;
}
.TagClassName
{
border-color: #FE6ADC;
}
</style>