Shades of Neon Pink #FB6ECF
Tints of Neon Pink #FB6ECF
RGB
CMYK
RGB Variations
Color information
#FB6ECF (or 0xFB6ECF) is known color: Neon Pink. HEX triplet: FB, 6E and CF. RGB value is (251,110,207). Sum of RGB (Red+Green+Blue) = 251+110+207=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ECF is #049130. Grayscale: #A2A2A2. Windows color (decimal): -299313 or 13594363. OLE color: 13594363.
HSL color Cylindrical-coordinate representation of color #FB6ECF: hue angle of 318.72º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6ECF is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 207 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.02 |
| HSL | 318.72º | 0.95% | 0.71% | - |
| HSV(B) | 318.72º | 0.56% | 0.98% | - |
| XYZ | 56.62 | 36.17 | 63.03 | - |
| YUV | 163.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 207 | 0 | 0.56 | 0.18 | 0.02 | 318.72 | 0.95 | 0.71 |
| Hex | FB | 6E | CF | 0 | 38 | 12 | 2 | 13F | 5F | 47 |
| Octal | 373 | 156 | 317 | 0 | 70 | 22 | 2 | 477 | 137 | 107 |
| Binary | 11111011 | 1101110 | 11001111 | 0 | 111000 | 10010 | 10 | 100111111 | 1011111 | 1000111 |
Color Harmonies of #FB6ECF
Complementary color
Monochromatic Colors of #FB6ECF
Black with #FB6ECF
Text Example
Text Example
White with #FB6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6ECF; }
p { color: rgb(251,110,207); }
H1.HeaderClassName
{
color: #FB6ECF;
}
.AnyTagClassName
{
color: #FB6ECF;
}
</style>
background-color css
<style>
a { background-color: #FB6ECF; }
a { background-color: rgb(251,110,207); }
div.DivClassName
{
background-color: #FB6ECF;
}
.BgClassName
{
background-color: #FB6ECF;
}
</style>
border-color css
<style>
span { border-color: #FB6ECF; }
span { border-color: rgb(251,110,207); }
td.TdClassName
{
border-color: #FB6ECF;
}
.TagClassName
{
border-color: #FB6ECF;
}
</style>