Shades of Neon Pink #F376CB
Tints of Neon Pink #F376CB
RGB
CMYK
RGB Variations
Color information
#F376CB (or 0xF376CB) is known color: Neon Pink. HEX triplet: F3, 76 and CB. RGB value is (243,118,203). Sum of RGB (Red+Green+Blue) = 243+118+203=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F376CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376CB is #0C8934. Grayscale: #A4A4A4. Windows color (decimal): -821557 or 13334259. OLE color: 13334259.
HSL color Cylindrical-coordinate representation of color #F376CB: hue angle of 319.2º 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 #F376CB is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 203 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.05 |
| HSL | 319.2º | 0.84% | 0.71% | - |
| HSV(B) | 319.2º | 0.51% | 0.95% | - |
| XYZ | 54.22 | 36.32 | 60.65 | - |
| YUV | 165.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 203 | 0 | 0.51 | 0.16 | 0.05 | 319.2 | 0.84 | 0.71 |
| Hex | F3 | 76 | CB | 0 | 33 | 10 | 5 | 13F | 54 | 47 |
| Octal | 363 | 166 | 313 | 0 | 63 | 20 | 5 | 477 | 124 | 107 |
| Binary | 11110011 | 1110110 | 11001011 | 0 | 110011 | 10000 | 101 | 100111111 | 1010100 | 1000111 |
Color Harmonies of #F376CB
Complementary color
Monochromatic Colors of #F376CB
Black with #F376CB
Text Example
Text Example
White with #F376CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F376CB; }
p { color: rgb(243,118,203); }
H1.HeaderClassName
{
color: #F376CB;
}
.AnyTagClassName
{
color: #F376CB;
}
</style>
background-color css
<style>
a { background-color: #F376CB; }
a { background-color: rgb(243,118,203); }
div.DivClassName
{
background-color: #F376CB;
}
.BgClassName
{
background-color: #F376CB;
}
</style>
border-color css
<style>
span { border-color: #F376CB; }
span { border-color: rgb(243,118,203); }
td.TdClassName
{
border-color: #F376CB;
}
.TagClassName
{
border-color: #F376CB;
}
</style>