Shades of Neon Pink #FB6DCC
Tints of Neon Pink #FB6DCC
RGB
CMYK
RGB Variations
Color information
#FB6DCC (or 0xFB6DCC) is known color: Neon Pink. HEX triplet: FB, 6D and CC. RGB value is (251,109,204). Sum of RGB (Red+Green+Blue) = 251+109+204=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DCC is #049233. Grayscale: #A2A2A2. Windows color (decimal): -299572 or 13397499. OLE color: 13397499.
HSL color Cylindrical-coordinate representation of color #FB6DCC: hue angle of 319.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DCC is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 204 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.02 |
| HSL | 319.86º | 0.95% | 0.71% | - |
| HSV(B) | 319.86º | 0.57% | 0.98% | - |
| XYZ | 56.15 | 35.81 | 61.08 | - |
| YUV | 162.29 | 151.54 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 204 | 0 | 0.57 | 0.19 | 0.02 | 319.86 | 0.95 | 0.71 |
| Hex | FB | 6D | CC | 0 | 39 | 13 | 2 | 140 | 5F | 47 |
| Octal | 373 | 155 | 314 | 0 | 71 | 23 | 2 | 500 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11001100 | 0 | 111001 | 10011 | 10 | 101000000 | 1011111 | 1000111 |
Color Harmonies of #FB6DCC
Complementary color
Monochromatic Colors of #FB6DCC
Black with #FB6DCC
Text Example
Text Example
White with #FB6DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DCC; }
p { color: rgb(251,109,204); }
H1.HeaderClassName
{
color: #FB6DCC;
}
.AnyTagClassName
{
color: #FB6DCC;
}
</style>
background-color css
<style>
a { background-color: #FB6DCC; }
a { background-color: rgb(251,109,204); }
div.DivClassName
{
background-color: #FB6DCC;
}
.BgClassName
{
background-color: #FB6DCC;
}
</style>
border-color css
<style>
span { border-color: #FB6DCC; }
span { border-color: rgb(251,109,204); }
td.TdClassName
{
border-color: #FB6DCC;
}
.TagClassName
{
border-color: #FB6DCC;
}
</style>