Shades of Neon Pink #FB6DCD
Tints of Neon Pink #FB6DCD
RGB
CMYK
RGB Variations
Color information
#FB6DCD (or 0xFB6DCD) is known color: Neon Pink. HEX triplet: FB, 6D and CD. RGB value is (251,109,205). Sum of RGB (Red+Green+Blue) = 251+109+205=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DCD is #049232. Grayscale: #A2A2A2. Windows color (decimal): -299571 or 13463035. OLE color: 13463035.
HSL color Cylindrical-coordinate representation of color #FB6DCD: hue angle of 319.44º 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 #FB6DCD is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 205 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.02 |
| HSL | 319.44º | 0.95% | 0.71% | - |
| HSV(B) | 319.44º | 0.57% | 0.98% | - |
| XYZ | 56.27 | 35.85 | 61.71 | - |
| YUV | 162.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 205 | 0 | 0.57 | 0.18 | 0.02 | 319.44 | 0.95 | 0.71 |
| Hex | FB | 6D | CD | 0 | 39 | 12 | 2 | 13F | 5F | 47 |
| Octal | 373 | 155 | 315 | 0 | 71 | 22 | 2 | 477 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11001101 | 0 | 111001 | 10010 | 10 | 100111111 | 1011111 | 1000111 |
Color Harmonies of #FB6DCD
Complementary color
Monochromatic Colors of #FB6DCD
Black with #FB6DCD
Text Example
Text Example
White with #FB6DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DCD; }
p { color: rgb(251,109,205); }
H1.HeaderClassName
{
color: #FB6DCD;
}
.AnyTagClassName
{
color: #FB6DCD;
}
</style>
background-color css
<style>
a { background-color: #FB6DCD; }
a { background-color: rgb(251,109,205); }
div.DivClassName
{
background-color: #FB6DCD;
}
.BgClassName
{
background-color: #FB6DCD;
}
</style>
border-color css
<style>
span { border-color: #FB6DCD; }
span { border-color: rgb(251,109,205); }
td.TdClassName
{
border-color: #FB6DCD;
}
.TagClassName
{
border-color: #FB6DCD;
}
</style>