Shades of Neon Pink #F375C7
Tints of Neon Pink #F375C7
RGB
CMYK
RGB Variations
Color information
#F375C7 (or 0xF375C7) is known color: Neon Pink. HEX triplet: F3, 75 and C7. RGB value is (243,117,199). Sum of RGB (Red+Green+Blue) = 243+117+199=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F375C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375C7 is #0C8A38. Grayscale: #A3A3A3. Windows color (decimal): -821817 or 13071859. OLE color: 13071859.
HSL color Cylindrical-coordinate representation of color #F375C7: hue angle of 320.95º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375C7 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 199 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.05 |
| HSL | 320.95º | 0.84% | 0.71% | - |
| HSV(B) | 320.95º | 0.52% | 0.95% | - |
| XYZ | 53.63 | 35.9 | 58.14 | - |
| YUV | 164.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 199 | 0 | 0.52 | 0.18 | 0.05 | 320.95 | 0.84 | 0.71 |
| Hex | F3 | 75 | C7 | 0 | 34 | 12 | 5 | 141 | 54 | 47 |
| Octal | 363 | 165 | 307 | 0 | 64 | 22 | 5 | 501 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11000111 | 0 | 110100 | 10010 | 101 | 101000001 | 1010100 | 1000111 |
Color Harmonies of #F375C7
Complementary color
Monochromatic Colors of #F375C7
Black with #F375C7
Text Example
Text Example
White with #F375C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375C7; }
p { color: rgb(243,117,199); }
H1.HeaderClassName
{
color: #F375C7;
}
.AnyTagClassName
{
color: #F375C7;
}
</style>
background-color css
<style>
a { background-color: #F375C7; }
a { background-color: rgb(243,117,199); }
div.DivClassName
{
background-color: #F375C7;
}
.BgClassName
{
background-color: #F375C7;
}
</style>
border-color css
<style>
span { border-color: #F375C7; }
span { border-color: rgb(243,117,199); }
td.TdClassName
{
border-color: #F375C7;
}
.TagClassName
{
border-color: #F375C7;
}
</style>