Shades of Neon Pink #FB6ADC
Tints of Neon Pink #FB6ADC
RGB
CMYK
RGB Variations
Color information
#FB6ADC (or 0xFB6ADC) is known color: Neon Pink. HEX triplet: FB, 6A and DC. RGB value is (251,106,220). Sum of RGB (Red+Green+Blue) = 251+106+220=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 106 (41.80% from 255 or 18.37% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ADC is #049523. Grayscale: #A2A2A2. Windows color (decimal): -300324 or 14445307. OLE color: 14445307.
HSL color Cylindrical-coordinate representation of color #FB6ADC: hue angle of 312.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6ADC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 220 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.02 |
| HSL | 312.83º | 0.95% | 0.7% | - |
| HSV(B) | 312.83º | 0.58% | 0.98% | - |
| XYZ | 57.86 | 35.98 | 71.61 | - |
| YUV | 162.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 220 | 0 | 0.58 | 0.12 | 0.02 | 312.83 | 0.95 | 0.7 |
| Hex | FB | 6A | DC | 0 | 3A | C | 2 | 139 | 5F | 46 |
| Octal | 373 | 152 | 334 | 0 | 72 | 14 | 2 | 471 | 137 | 106 |
| Binary | 11111011 | 1101010 | 11011100 | 0 | 111010 | 1100 | 10 | 100111001 | 1011111 | 1000110 |
Color Harmonies of #FB6ADC
Complementary color
Monochromatic Colors of #FB6ADC
Black with #FB6ADC
Text Example
Text Example
White with #FB6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6ADC; }
p { color: rgb(251,106,220); }
H1.HeaderClassName
{
color: #FB6ADC;
}
.AnyTagClassName
{
color: #FB6ADC;
}
</style>
background-color css
<style>
a { background-color: #FB6ADC; }
a { background-color: rgb(251,106,220); }
div.DivClassName
{
background-color: #FB6ADC;
}
.BgClassName
{
background-color: #FB6ADC;
}
</style>
border-color css
<style>
span { border-color: #FB6ADC; }
span { border-color: rgb(251,106,220); }
td.TdClassName
{
border-color: #FB6ADC;
}
.TagClassName
{
border-color: #FB6ADC;
}
</style>