Shades of Neon Pink #FB6BCD
Tints of Neon Pink #FB6BCD
RGB
CMYK
RGB Variations
Color information
#FB6BCD (or 0xFB6BCD) is known color: Neon Pink. HEX triplet: FB, 6B and CD. RGB value is (251,107,205). Sum of RGB (Red+Green+Blue) = 251+107+205=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6BCD is #049432. Grayscale: #A0A0A0. Windows color (decimal): -300083 or 13462523. OLE color: 13462523.
HSL color Cylindrical-coordinate representation of color #FB6BCD: hue angle of 319.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6BCD is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 205 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.02 |
| HSL | 319.17º | 0.95% | 0.7% | - |
| HSV(B) | 319.17º | 0.57% | 0.98% | - |
| XYZ | 56.06 | 35.43 | 61.64 | - |
| YUV | 161.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 205 | 0 | 0.57 | 0.18 | 0.02 | 319.17 | 0.95 | 0.7 |
| Hex | FB | 6B | CD | 0 | 39 | 12 | 2 | 13F | 5F | 46 |
| Octal | 373 | 153 | 315 | 0 | 71 | 22 | 2 | 477 | 137 | 106 |
| Binary | 11111011 | 1101011 | 11001101 | 0 | 111001 | 10010 | 10 | 100111111 | 1011111 | 1000110 |
Color Harmonies of #FB6BCD
Complementary color
Monochromatic Colors of #FB6BCD
Black with #FB6BCD
Text Example
Text Example
White with #FB6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6BCD; }
p { color: rgb(251,107,205); }
H1.HeaderClassName
{
color: #FB6BCD;
}
.AnyTagClassName
{
color: #FB6BCD;
}
</style>
background-color css
<style>
a { background-color: #FB6BCD; }
a { background-color: rgb(251,107,205); }
div.DivClassName
{
background-color: #FB6BCD;
}
.BgClassName
{
background-color: #FB6BCD;
}
</style>
border-color css
<style>
span { border-color: #FB6BCD; }
span { border-color: rgb(251,107,205); }
td.TdClassName
{
border-color: #FB6BCD;
}
.TagClassName
{
border-color: #FB6BCD;
}
</style>