Shades of Neon Pink #F76BD3
Tints of Neon Pink #F76BD3
RGB
CMYK
RGB Variations
Color information
#F76BD3 (or 0xF76BD3) is known color: Neon Pink. HEX triplet: F7, 6B and D3. RGB value is (247,107,211). Sum of RGB (Red+Green+Blue) = 247+107+211=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BD3 is #08942C. Grayscale: #A0A0A0. Windows color (decimal): -562221 or 13855735. OLE color: 13855735.
HSL color Cylindrical-coordinate representation of color #F76BD3: hue angle of 315.43º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76BD3 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 211 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.03 |
| HSL | 315.43º | 0.9% | 0.69% | - |
| HSV(B) | 315.43º | 0.57% | 0.97% | - |
| XYZ | 55.37 | 34.99 | 65.46 | - |
| YUV | 160.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 211 | 0 | 0.57 | 0.15 | 0.03 | 315.43 | 0.9 | 0.69 |
| Hex | F7 | 6B | D3 | 0 | 39 | F | 3 | 13B | 5A | 45 |
| Octal | 367 | 153 | 323 | 0 | 71 | 17 | 3 | 473 | 132 | 105 |
| Binary | 11110111 | 1101011 | 11010011 | 0 | 111001 | 1111 | 11 | 100111011 | 1011010 | 1000101 |
Color Harmonies of #F76BD3
Complementary color
Monochromatic Colors of #F76BD3
Black with #F76BD3
Text Example
Text Example
White with #F76BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BD3; }
p { color: rgb(247,107,211); }
H1.HeaderClassName
{
color: #F76BD3;
}
.AnyTagClassName
{
color: #F76BD3;
}
</style>
background-color css
<style>
a { background-color: #F76BD3; }
a { background-color: rgb(247,107,211); }
div.DivClassName
{
background-color: #F76BD3;
}
.BgClassName
{
background-color: #F76BD3;
}
</style>
border-color css
<style>
span { border-color: #F76BD3; }
span { border-color: rgb(247,107,211); }
td.TdClassName
{
border-color: #F76BD3;
}
.TagClassName
{
border-color: #F76BD3;
}
</style>