Shades of Neon Pink #FB6DC0
Tints of Neon Pink #FB6DC0
RGB
CMYK
RGB Variations
Color information
#FB6DC0 (or 0xFB6DC0) is known color: Neon Pink. HEX triplet: FB, 6D and C0. RGB value is (251,109,192). Sum of RGB (Red+Green+Blue) = 251+109+192=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DC0 is #04923F. Grayscale: #A0A0A0. Windows color (decimal): -299584 or 12611067. OLE color: 12611067.
HSL color Cylindrical-coordinate representation of color #FB6DC0: hue angle of 324.93º 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 #FB6DC0 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 192 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.02 |
| HSL | 324.93º | 0.95% | 0.71% | - |
| HSV(B) | 324.93º | 0.57% | 0.98% | - |
| XYZ | 54.77 | 35.25 | 53.79 | - |
| YUV | 160.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 192 | 0 | 0.57 | 0.24 | 0.02 | 324.93 | 0.95 | 0.71 |
| Hex | FB | 6D | C0 | 0 | 39 | 18 | 2 | 145 | 5F | 47 |
| Octal | 373 | 155 | 300 | 0 | 71 | 30 | 2 | 505 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11000000 | 0 | 111001 | 11000 | 10 | 101000101 | 1011111 | 1000111 |
Color Harmonies of #FB6DC0
Complementary color
Monochromatic Colors of #FB6DC0
Black with #FB6DC0
Text Example
Text Example
White with #FB6DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DC0; }
p { color: rgb(251,109,192); }
H1.HeaderClassName
{
color: #FB6DC0;
}
.AnyTagClassName
{
color: #FB6DC0;
}
</style>
background-color css
<style>
a { background-color: #FB6DC0; }
a { background-color: rgb(251,109,192); }
div.DivClassName
{
background-color: #FB6DC0;
}
.BgClassName
{
background-color: #FB6DC0;
}
</style>
border-color css
<style>
span { border-color: #FB6DC0; }
span { border-color: rgb(251,109,192); }
td.TdClassName
{
border-color: #FB6DC0;
}
.TagClassName
{
border-color: #FB6DC0;
}
</style>