Shades of Neon Pink #FB6DC1
Tints of Neon Pink #FB6DC1
RGB
CMYK
RGB Variations
Color information
#FB6DC1 (or 0xFB6DC1) is known color: Neon Pink. HEX triplet: FB, 6D and C1. RGB value is (251,109,193). Sum of RGB (Red+Green+Blue) = 251+109+193=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DC1 is #04923E. Grayscale: #A0A0A0. Windows color (decimal): -299583 or 12676603. OLE color: 12676603.
HSL color Cylindrical-coordinate representation of color #FB6DC1: hue angle of 324.51º 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 #FB6DC1 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 193 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.02 |
| HSL | 324.51º | 0.95% | 0.71% | - |
| HSV(B) | 324.51º | 0.57% | 0.98% | - |
| XYZ | 54.88 | 35.3 | 54.37 | - |
| YUV | 161.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 193 | 0 | 0.57 | 0.23 | 0.02 | 324.51 | 0.95 | 0.71 |
| Hex | FB | 6D | C1 | 0 | 39 | 17 | 2 | 145 | 5F | 47 |
| Octal | 373 | 155 | 301 | 0 | 71 | 27 | 2 | 505 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11000001 | 0 | 111001 | 10111 | 10 | 101000101 | 1011111 | 1000111 |
Color Harmonies of #FB6DC1
Complementary color
Monochromatic Colors of #FB6DC1
Black with #FB6DC1
Text Example
Text Example
White with #FB6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DC1; }
p { color: rgb(251,109,193); }
H1.HeaderClassName
{
color: #FB6DC1;
}
.AnyTagClassName
{
color: #FB6DC1;
}
</style>
background-color css
<style>
a { background-color: #FB6DC1; }
a { background-color: rgb(251,109,193); }
div.DivClassName
{
background-color: #FB6DC1;
}
.BgClassName
{
background-color: #FB6DC1;
}
</style>
border-color css
<style>
span { border-color: #FB6DC1; }
span { border-color: rgb(251,109,193); }
td.TdClassName
{
border-color: #FB6DC1;
}
.TagClassName
{
border-color: #FB6DC1;
}
</style>