Shades of Neon Pink #FE6FD3
Tints of Neon Pink #FE6FD3
RGB
CMYK
RGB Variations
Color information
#FE6FD3 (or 0xFE6FD3) is known color: Neon Pink. HEX triplet: FE, 6F and D3. RGB value is (254,111,211). Sum of RGB (Red+Green+Blue) = 254+111+211=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 111 (43.75% from 255 or 19.27% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FD3 is #01902C. Grayscale: #A4A4A4. Windows color (decimal): -102445 or 13856766. OLE color: 13856766.
HSL color Cylindrical-coordinate representation of color #FE6FD3: hue angle of 318.04º 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 #FE6FD3 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 211 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.00 |
| HSL | 318.04º | 0.99% | 0.72% | - |
| HSV(B) | 318.04º | 0.56% | 1% | - |
| XYZ | 58.32 | 37.14 | 65.72 | - |
| YUV | 165.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 211 | 0 | 0.56 | 0.17 | 0.00 | 318.04 | 0.99 | 0.72 |
| Hex | FE | 6F | D3 | 0 | 38 | 11 | 0 | 13E | 63 | 48 |
| Octal | 376 | 157 | 323 | 0 | 70 | 21 | 0 | 476 | 143 | 110 |
| Binary | 11111110 | 1101111 | 11010011 | 0 | 111000 | 10001 | 0 | 100111110 | 1100011 | 1001000 |
Color Harmonies of #FE6FD3
Complementary color
Monochromatic Colors of #FE6FD3
Black with #FE6FD3
Text Example
Text Example
White with #FE6FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6FD3; }
p { color: rgb(254,111,211); }
H1.HeaderClassName
{
color: #FE6FD3;
}
.AnyTagClassName
{
color: #FE6FD3;
}
</style>
background-color css
<style>
a { background-color: #FE6FD3; }
a { background-color: rgb(254,111,211); }
div.DivClassName
{
background-color: #FE6FD3;
}
.BgClassName
{
background-color: #FE6FD3;
}
</style>
border-color css
<style>
span { border-color: #FE6FD3; }
span { border-color: rgb(254,111,211); }
td.TdClassName
{
border-color: #FE6FD3;
}
.TagClassName
{
border-color: #FE6FD3;
}
</style>