Shades of Neon Pink #FB7CCF
Tints of Neon Pink #FB7CCF
RGB
CMYK
RGB Variations
Color information
#FB7CCF (or 0xFB7CCF) is known color: Neon Pink. HEX triplet: FB, 7C and CF. RGB value is (251,124,207). Sum of RGB (Red+Green+Blue) = 251+124+207=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7CCF is #048330. Grayscale: #ABABAB. Windows color (decimal): -295729 or 13597947. OLE color: 13597947.
HSL color Cylindrical-coordinate representation of color #FB7CCF: hue angle of 320.79º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7CCF is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 124 | 207 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.02 |
| HSL | 320.79º | 0.94% | 0.74% | - |
| HSV(B) | 320.79º | 0.51% | 0.98% | - |
| XYZ | 58.25 | 39.43 | 63.57 | - |
| YUV | 171.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 124 | 207 | 0 | 0.51 | 0.18 | 0.02 | 320.79 | 0.94 | 0.74 |
| Hex | FB | 7C | CF | 0 | 33 | 12 | 2 | 141 | 5E | 4A |
| Octal | 373 | 174 | 317 | 0 | 63 | 22 | 2 | 501 | 136 | 112 |
| Binary | 11111011 | 1111100 | 11001111 | 0 | 110011 | 10010 | 10 | 101000001 | 1011110 | 1001010 |
Color Harmonies of #FB7CCF
Complementary color
Monochromatic Colors of #FB7CCF
Black with #FB7CCF
Text Example
Text Example
White with #FB7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7CCF; }
p { color: rgb(251,124,207); }
H1.HeaderClassName
{
color: #FB7CCF;
}
.AnyTagClassName
{
color: #FB7CCF;
}
</style>
background-color css
<style>
a { background-color: #FB7CCF; }
a { background-color: rgb(251,124,207); }
div.DivClassName
{
background-color: #FB7CCF;
}
.BgClassName
{
background-color: #FB7CCF;
}
</style>
border-color css
<style>
span { border-color: #FB7CCF; }
span { border-color: rgb(251,124,207); }
td.TdClassName
{
border-color: #FB7CCF;
}
.TagClassName
{
border-color: #FB7CCF;
}
</style>