Shades of Neon Pink #FE5FD0
Tints of Neon Pink #FE5FD0
RGB
CMYK
RGB Variations
Color information
#FE5FD0 (or 0xFE5FD0) is known color: Neon Pink. HEX triplet: FE, 5F and D0. RGB value is (254,95,208). Sum of RGB (Red+Green+Blue) = 254+95+208=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FD0 is #01A02F. Grayscale: #9B9B9B. Windows color (decimal): -106544 or 13656062. OLE color: 13656062.
HSL color Cylindrical-coordinate representation of color #FE5FD0: hue angle of 317.36º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FD0 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 208 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.00 |
| HSL | 317.36º | 0.99% | 0.68% | - |
| HSV(B) | 317.36º | 0.63% | 1% | - |
| XYZ | 56.35 | 33.81 | 63.23 | - |
| YUV | 155.42 | 157.68 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 208 | 0 | 0.63 | 0.18 | 0.00 | 317.36 | 0.99 | 0.68 |
| Hex | FE | 5F | D0 | 0 | 3F | 12 | 0 | 13D | 63 | 44 |
| Octal | 376 | 137 | 320 | 0 | 77 | 22 | 0 | 475 | 143 | 104 |
| Binary | 11111110 | 1011111 | 11010000 | 0 | 111111 | 10010 | 0 | 100111101 | 1100011 | 1000100 |
Color Harmonies of #FE5FD0
Complementary color
Monochromatic Colors of #FE5FD0
Black with #FE5FD0
Text Example
Text Example
White with #FE5FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FD0; }
p { color: rgb(254,95,208); }
H1.HeaderClassName
{
color: #FE5FD0;
}
.AnyTagClassName
{
color: #FE5FD0;
}
</style>
background-color css
<style>
a { background-color: #FE5FD0; }
a { background-color: rgb(254,95,208); }
div.DivClassName
{
background-color: #FE5FD0;
}
.BgClassName
{
background-color: #FE5FD0;
}
</style>
border-color css
<style>
span { border-color: #FE5FD0; }
span { border-color: rgb(254,95,208); }
td.TdClassName
{
border-color: #FE5FD0;
}
.TagClassName
{
border-color: #FE5FD0;
}
</style>