Shades of Neon Pink #F375CC
Tints of Neon Pink #F375CC
RGB
CMYK
RGB Variations
Color information
#F375CC (or 0xF375CC) is known color: Neon Pink. HEX triplet: F3, 75 and CC. RGB value is (243,117,204). Sum of RGB (Red+Green+Blue) = 243+117+204=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F375CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375CC is #0C8A33. Grayscale: #A4A4A4. Windows color (decimal): -821812 or 13399539. OLE color: 13399539.
HSL color Cylindrical-coordinate representation of color #F375CC: hue angle of 318.57º 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 #F375CC is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 204 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.05 |
| HSL | 318.57º | 0.84% | 0.71% | - |
| HSV(B) | 318.57º | 0.52% | 0.95% | - |
| XYZ | 54.22 | 36.14 | 61.24 | - |
| YUV | 164.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 204 | 0 | 0.52 | 0.16 | 0.05 | 318.57 | 0.84 | 0.71 |
| Hex | F3 | 75 | CC | 0 | 34 | 10 | 5 | 13F | 54 | 47 |
| Octal | 363 | 165 | 314 | 0 | 64 | 20 | 5 | 477 | 124 | 107 |
| Binary | 11110011 | 1110101 | 11001100 | 0 | 110100 | 10000 | 101 | 100111111 | 1010100 | 1000111 |
Color Harmonies of #F375CC
Complementary color
Monochromatic Colors of #F375CC
Black with #F375CC
Text Example
Text Example
White with #F375CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375CC; }
p { color: rgb(243,117,204); }
H1.HeaderClassName
{
color: #F375CC;
}
.AnyTagClassName
{
color: #F375CC;
}
</style>
background-color css
<style>
a { background-color: #F375CC; }
a { background-color: rgb(243,117,204); }
div.DivClassName
{
background-color: #F375CC;
}
.BgClassName
{
background-color: #F375CC;
}
</style>
border-color css
<style>
span { border-color: #F375CC; }
span { border-color: rgb(243,117,204); }
td.TdClassName
{
border-color: #F375CC;
}
.TagClassName
{
border-color: #F375CC;
}
</style>