Shades of Neon Pink #FF5ECF
Tints of Neon Pink #FF5ECF
RGB
CMYK
RGB Variations
Color information
#FF5ECF (or 0xFF5ECF) is known color: Neon Pink. HEX triplet: FF, 5E and CF. RGB value is (255,94,207). Sum of RGB (Red+Green+Blue) = 255+94+207=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ECF is #00A130. Grayscale: #9A9A9A. Windows color (decimal): -41265 or 13590271. OLE color: 13590271.
HSL color Cylindrical-coordinate representation of color #FF5ECF: hue angle of 317.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5ECF is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 207 | - |
| CMYK | 0 | 0.63 | 0.19 | 0 |
| HSL | 317.89º | 1% | 0.68% | - |
| HSV(B) | 317.89º | 0.63% | 1% | - |
| XYZ | 56.51 | 33.77 | 62.57 | - |
| YUV | 155.02 | 157.34 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 207 | 0 | 0.63 | 0.19 | 0 | 317.89 | 1 | 0.68 |
| Hex | FF | 5E | CF | 0 | 3F | 13 | 0 | 13E | 64 | 44 |
| Octal | 377 | 136 | 317 | 0 | 77 | 23 | 0 | 476 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11001111 | 0 | 111111 | 10011 | 0 | 100111110 | 1100100 | 1000100 |
Color Harmonies of #FF5ECF
Complementary color
Monochromatic Colors of #FF5ECF
Black with #FF5ECF
Text Example
Text Example
White with #FF5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ECF; }
p { color: rgb(255,94,207); }
H1.HeaderClassName
{
color: #FF5ECF;
}
.AnyTagClassName
{
color: #FF5ECF;
}
</style>
background-color css
<style>
a { background-color: #FF5ECF; }
a { background-color: rgb(255,94,207); }
div.DivClassName
{
background-color: #FF5ECF;
}
.BgClassName
{
background-color: #FF5ECF;
}
</style>
border-color css
<style>
span { border-color: #FF5ECF; }
span { border-color: rgb(255,94,207); }
td.TdClassName
{
border-color: #FF5ECF;
}
.TagClassName
{
border-color: #FF5ECF;
}
</style>