Shades of Neon Pink #FE68D3
Tints of Neon Pink #FE68D3
RGB
CMYK
RGB Variations
Color information
#FE68D3 (or 0xFE68D3) is known color: Neon Pink. HEX triplet: FE, 68 and D3. RGB value is (254,104,211). Sum of RGB (Red+Green+Blue) = 254+104+211=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 104 (41.02% from 255 or 18.28% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE68D3 is #01972C. Grayscale: #A0A0A0. Windows color (decimal): -104237 or 13854974. OLE color: 13854974.
HSL color Cylindrical-coordinate representation of color #FE68D3: hue angle of 317.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE68D3 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 211 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.00 |
| HSL | 317.2º | 0.99% | 0.7% | - |
| HSV(B) | 317.2º | 0.59% | 1% | - |
| XYZ | 57.58 | 35.67 | 65.48 | - |
| YUV | 161.05 | 156.2 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 211 | 0 | 0.59 | 0.17 | 0.00 | 317.2 | 0.99 | 0.7 |
| Hex | FE | 68 | D3 | 0 | 3B | 11 | 0 | 13D | 63 | 46 |
| Octal | 376 | 150 | 323 | 0 | 73 | 21 | 0 | 475 | 143 | 106 |
| Binary | 11111110 | 1101000 | 11010011 | 0 | 111011 | 10001 | 0 | 100111101 | 1100011 | 1000110 |
Color Harmonies of #FE68D3
Complementary color
Monochromatic Colors of #FE68D3
Black with #FE68D3
Text Example
Text Example
White with #FE68D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE68D3; }
p { color: rgb(254,104,211); }
H1.HeaderClassName
{
color: #FE68D3;
}
.AnyTagClassName
{
color: #FE68D3;
}
</style>
background-color css
<style>
a { background-color: #FE68D3; }
a { background-color: rgb(254,104,211); }
div.DivClassName
{
background-color: #FE68D3;
}
.BgClassName
{
background-color: #FE68D3;
}
</style>
border-color css
<style>
span { border-color: #FE68D3; }
span { border-color: rgb(254,104,211); }
td.TdClassName
{
border-color: #FE68D3;
}
.TagClassName
{
border-color: #FE68D3;
}
</style>