Shades of Neon Pink #FB6CCD
Tints of Neon Pink #FB6CCD
RGB
CMYK
RGB Variations
Color information
#FB6CCD (or 0xFB6CCD) is known color: Neon Pink. HEX triplet: FB, 6C and CD. RGB value is (251,108,205). Sum of RGB (Red+Green+Blue) = 251+108+205=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6CCD is #049332. Grayscale: #A1A1A1. Windows color (decimal): -299827 or 13462779. OLE color: 13462779.
HSL color Cylindrical-coordinate representation of color #FB6CCD: hue angle of 319.3º 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 #FB6CCD is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 205 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.02 |
| HSL | 319.3º | 0.95% | 0.7% | - |
| HSV(B) | 319.3º | 0.57% | 0.98% | - |
| XYZ | 56.17 | 35.64 | 61.68 | - |
| YUV | 161.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 205 | 0 | 0.57 | 0.18 | 0.02 | 319.3 | 0.95 | 0.7 |
| Hex | FB | 6C | CD | 0 | 39 | 12 | 2 | 13F | 5F | 46 |
| Octal | 373 | 154 | 315 | 0 | 71 | 22 | 2 | 477 | 137 | 106 |
| Binary | 11111011 | 1101100 | 11001101 | 0 | 111001 | 10010 | 10 | 100111111 | 1011111 | 1000110 |
Color Harmonies of #FB6CCD
Complementary color
Monochromatic Colors of #FB6CCD
Black with #FB6CCD
Text Example
Text Example
White with #FB6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6CCD; }
p { color: rgb(251,108,205); }
H1.HeaderClassName
{
color: #FB6CCD;
}
.AnyTagClassName
{
color: #FB6CCD;
}
</style>
background-color css
<style>
a { background-color: #FB6CCD; }
a { background-color: rgb(251,108,205); }
div.DivClassName
{
background-color: #FB6CCD;
}
.BgClassName
{
background-color: #FB6CCD;
}
</style>
border-color css
<style>
span { border-color: #FB6CCD; }
span { border-color: rgb(251,108,205); }
td.TdClassName
{
border-color: #FB6CCD;
}
.TagClassName
{
border-color: #FB6CCD;
}
</style>