Shades of Neon Pink #F376CC
Tints of Neon Pink #F376CC
RGB
CMYK
RGB Variations
Color information
#F376CC (or 0xF376CC) is known color: Neon Pink. HEX triplet: F3, 76 and CC. RGB value is (243,118,204). Sum of RGB (Red+Green+Blue) = 243+118+204=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F376CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376CC is #0C8933. Grayscale: #A4A4A4. Windows color (decimal): -821556 or 13399795. OLE color: 13399795.
HSL color Cylindrical-coordinate representation of color #F376CC: hue angle of 318.72º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F376CC is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 204 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.05 |
| HSL | 318.72º | 0.84% | 0.71% | - |
| HSV(B) | 318.72º | 0.51% | 0.95% | - |
| XYZ | 54.34 | 36.37 | 61.28 | - |
| YUV | 165.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 204 | 0 | 0.51 | 0.16 | 0.05 | 318.72 | 0.84 | 0.71 |
| Hex | F3 | 76 | CC | 0 | 33 | 10 | 5 | 13F | 54 | 47 |
| Octal | 363 | 166 | 314 | 0 | 63 | 20 | 5 | 477 | 124 | 107 |
| Binary | 11110011 | 1110110 | 11001100 | 0 | 110011 | 10000 | 101 | 100111111 | 1010100 | 1000111 |
Color Harmonies of #F376CC
Complementary color
Monochromatic Colors of #F376CC
Black with #F376CC
Text Example
Text Example
White with #F376CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F376CC; }
p { color: rgb(243,118,204); }
H1.HeaderClassName
{
color: #F376CC;
}
.AnyTagClassName
{
color: #F376CC;
}
</style>
background-color css
<style>
a { background-color: #F376CC; }
a { background-color: rgb(243,118,204); }
div.DivClassName
{
background-color: #F376CC;
}
.BgClassName
{
background-color: #F376CC;
}
</style>
border-color css
<style>
span { border-color: #F376CC; }
span { border-color: rgb(243,118,204); }
td.TdClassName
{
border-color: #F376CC;
}
.TagClassName
{
border-color: #F376CC;
}
</style>