Shades of Neon Pink #FB6FCD
Tints of Neon Pink #FB6FCD
RGB
CMYK
RGB Variations
Color information
#FB6FCD (or 0xFB6FCD) is known color: Neon Pink. HEX triplet: FB, 6F and CD. RGB value is (251,111,205). Sum of RGB (Red+Green+Blue) = 251+111+205=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6FCD is #049032. Grayscale: #A3A3A3. Windows color (decimal): -299059 or 13463547. OLE color: 13463547.
HSL color Cylindrical-coordinate representation of color #FB6FCD: hue angle of 319.71º 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 #FB6FCD is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 111 | 205 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.02 |
| HSL | 319.71º | 0.95% | 0.71% | - |
| HSV(B) | 319.71º | 0.56% | 0.98% | - |
| XYZ | 56.49 | 36.29 | 61.78 | - |
| YUV | 163.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 111 | 205 | 0 | 0.56 | 0.18 | 0.02 | 319.71 | 0.95 | 0.71 |
| Hex | FB | 6F | CD | 0 | 38 | 12 | 2 | 140 | 5F | 47 |
| Octal | 373 | 157 | 315 | 0 | 70 | 22 | 2 | 500 | 137 | 107 |
| Binary | 11111011 | 1101111 | 11001101 | 0 | 111000 | 10010 | 10 | 101000000 | 1011111 | 1000111 |
Color Harmonies of #FB6FCD
Complementary color
Monochromatic Colors of #FB6FCD
Black with #FB6FCD
Text Example
Text Example
White with #FB6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6FCD; }
p { color: rgb(251,111,205); }
H1.HeaderClassName
{
color: #FB6FCD;
}
.AnyTagClassName
{
color: #FB6FCD;
}
</style>
background-color css
<style>
a { background-color: #FB6FCD; }
a { background-color: rgb(251,111,205); }
div.DivClassName
{
background-color: #FB6FCD;
}
.BgClassName
{
background-color: #FB6FCD;
}
</style>
border-color css
<style>
span { border-color: #FB6FCD; }
span { border-color: rgb(251,111,205); }
td.TdClassName
{
border-color: #FB6FCD;
}
.TagClassName
{
border-color: #FB6FCD;
}
</style>