Shades of Neon Pink #FB5ECF
Tints of Neon Pink #FB5ECF
RGB
CMYK
RGB Variations
Color information
#FB5ECF (or 0xFB5ECF) is known color: Neon Pink. HEX triplet: FB, 5E and CF. RGB value is (251,94,207). Sum of RGB (Red+Green+Blue) = 251+94+207=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 94 (37.11% from 255 or 17.03% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB5ECF is #04A130. Grayscale: #999999. Windows color (decimal): -303409 or 13590267. OLE color: 13590267.
HSL color Cylindrical-coordinate representation of color #FB5ECF: hue angle of 316.82º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5ECF is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 207 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.02 |
| HSL | 316.82º | 0.95% | 0.68% | - |
| HSV(B) | 316.82º | 0.63% | 0.98% | - |
| XYZ | 55.05 | 33.02 | 62.5 | - |
| YUV | 153.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 207 | 0 | 0.63 | 0.18 | 0.02 | 316.82 | 0.95 | 0.68 |
| Hex | FB | 5E | CF | 0 | 3F | 12 | 2 | 13D | 5F | 44 |
| Octal | 373 | 136 | 317 | 0 | 77 | 22 | 2 | 475 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11001111 | 0 | 111111 | 10010 | 10 | 100111101 | 1011111 | 1000100 |
Color Harmonies of #FB5ECF
Complementary color
Monochromatic Colors of #FB5ECF
Black with #FB5ECF
Text Example
Text Example
White with #FB5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5ECF; }
p { color: rgb(251,94,207); }
H1.HeaderClassName
{
color: #FB5ECF;
}
.AnyTagClassName
{
color: #FB5ECF;
}
</style>
background-color css
<style>
a { background-color: #FB5ECF; }
a { background-color: rgb(251,94,207); }
div.DivClassName
{
background-color: #FB5ECF;
}
.BgClassName
{
background-color: #FB5ECF;
}
</style>
border-color css
<style>
span { border-color: #FB5ECF; }
span { border-color: rgb(251,94,207); }
td.TdClassName
{
border-color: #FB5ECF;
}
.TagClassName
{
border-color: #FB5ECF;
}
</style>