Shades of Neon Pink #FE6DD3
Tints of Neon Pink #FE6DD3
RGB
CMYK
RGB Variations
Color information
#FE6DD3 (or 0xFE6DD3) is known color: Neon Pink. HEX triplet: FE, 6D and D3. RGB value is (254,109,211). Sum of RGB (Red+Green+Blue) = 254+109+211=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6DD3 is #01922C. Grayscale: #A3A3A3. Windows color (decimal): -102957 or 13856254. OLE color: 13856254.
HSL color Cylindrical-coordinate representation of color #FE6DD3: hue angle of 317.79º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FE6DD3 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 211 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.00 |
| HSL | 317.79º | 0.99% | 0.71% | - |
| HSV(B) | 317.79º | 0.57% | 1% | - |
| XYZ | 58.1 | 36.71 | 65.65 | - |
| YUV | 163.98 | 154.54 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 211 | 0 | 0.57 | 0.17 | 0.00 | 317.79 | 0.99 | 0.71 |
| Hex | FE | 6D | D3 | 0 | 39 | 11 | 0 | 13E | 63 | 47 |
| Octal | 376 | 155 | 323 | 0 | 71 | 21 | 0 | 476 | 143 | 107 |
| Binary | 11111110 | 1101101 | 11010011 | 0 | 111001 | 10001 | 0 | 100111110 | 1100011 | 1000111 |
Color Harmonies of #FE6DD3
Complementary color
Monochromatic Colors of #FE6DD3
Black with #FE6DD3
Text Example
Text Example
White with #FE6DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6DD3; }
p { color: rgb(254,109,211); }
H1.HeaderClassName
{
color: #FE6DD3;
}
.AnyTagClassName
{
color: #FE6DD3;
}
</style>
background-color css
<style>
a { background-color: #FE6DD3; }
a { background-color: rgb(254,109,211); }
div.DivClassName
{
background-color: #FE6DD3;
}
.BgClassName
{
background-color: #FE6DD3;
}
</style>
border-color css
<style>
span { border-color: #FE6DD3; }
span { border-color: rgb(254,109,211); }
td.TdClassName
{
border-color: #FE6DD3;
}
.TagClassName
{
border-color: #FE6DD3;
}
</style>