Shades of Neon Pink #FB6DD2
Tints of Neon Pink #FB6DD2
RGB
CMYK
RGB Variations
Color information
#FB6DD2 (or 0xFB6DD2) is known color: Neon Pink. HEX triplet: FB, 6D and D2. RGB value is (251,109,210). Sum of RGB (Red+Green+Blue) = 251+109+210=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DD2 is #04922D. Grayscale: #A2A2A2. Windows color (decimal): -299566 or 13790715. OLE color: 13790715.
HSL color Cylindrical-coordinate representation of color #FB6DD2: hue angle of 317.32º 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 #FB6DD2 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 210 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.02 |
| HSL | 317.32º | 0.95% | 0.71% | - |
| HSV(B) | 317.32º | 0.57% | 0.98% | - |
| XYZ | 56.89 | 36.1 | 64.94 | - |
| YUV | 162.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 210 | 0 | 0.57 | 0.16 | 0.02 | 317.32 | 0.95 | 0.71 |
| Hex | FB | 6D | D2 | 0 | 39 | 10 | 2 | 13D | 5F | 47 |
| Octal | 373 | 155 | 322 | 0 | 71 | 20 | 2 | 475 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11010010 | 0 | 111001 | 10000 | 10 | 100111101 | 1011111 | 1000111 |
Color Harmonies of #FB6DD2
Complementary color
Monochromatic Colors of #FB6DD2
Black with #FB6DD2
Text Example
Text Example
White with #FB6DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DD2; }
p { color: rgb(251,109,210); }
H1.HeaderClassName
{
color: #FB6DD2;
}
.AnyTagClassName
{
color: #FB6DD2;
}
</style>
background-color css
<style>
a { background-color: #FB6DD2; }
a { background-color: rgb(251,109,210); }
div.DivClassName
{
background-color: #FB6DD2;
}
.BgClassName
{
background-color: #FB6DD2;
}
</style>
border-color css
<style>
span { border-color: #FB6DD2; }
span { border-color: rgb(251,109,210); }
td.TdClassName
{
border-color: #FB6DD2;
}
.TagClassName
{
border-color: #FB6DD2;
}
</style>