Shades of Neon Pink #FB6EC4
Tints of Neon Pink #FB6EC4
RGB
CMYK
RGB Variations
Color information
#FB6EC4 (or 0xFB6EC4) is known color: Neon Pink. HEX triplet: FB, 6E and C4. RGB value is (251,110,196). Sum of RGB (Red+Green+Blue) = 251+110+196=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6EC4 is #04913B. Grayscale: #A1A1A1. Windows color (decimal): -299324 or 12873467. OLE color: 12873467.
HSL color Cylindrical-coordinate representation of color #FB6EC4: hue angle of 323.4º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6EC4 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 110 | 196 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.02 |
| HSL | 323.4º | 0.95% | 0.71% | - |
| HSV(B) | 323.4º | 0.56% | 0.98% | - |
| XYZ | 55.32 | 35.65 | 56.19 | - |
| YUV | 161.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 110 | 196 | 0 | 0.56 | 0.22 | 0.02 | 323.4 | 0.95 | 0.71 |
| Hex | FB | 6E | C4 | 0 | 38 | 16 | 2 | 143 | 5F | 47 |
| Octal | 373 | 156 | 304 | 0 | 70 | 26 | 2 | 503 | 137 | 107 |
| Binary | 11111011 | 1101110 | 11000100 | 0 | 111000 | 10110 | 10 | 101000011 | 1011111 | 1000111 |
Color Harmonies of #FB6EC4
Complementary color
Monochromatic Colors of #FB6EC4
Black with #FB6EC4
Text Example
Text Example
White with #FB6EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6EC4; }
p { color: rgb(251,110,196); }
H1.HeaderClassName
{
color: #FB6EC4;
}
.AnyTagClassName
{
color: #FB6EC4;
}
</style>
background-color css
<style>
a { background-color: #FB6EC4; }
a { background-color: rgb(251,110,196); }
div.DivClassName
{
background-color: #FB6EC4;
}
.BgClassName
{
background-color: #FB6EC4;
}
</style>
border-color css
<style>
span { border-color: #FB6EC4; }
span { border-color: rgb(251,110,196); }
td.TdClassName
{
border-color: #FB6EC4;
}
.TagClassName
{
border-color: #FB6EC4;
}
</style>