Shades of Neon Pink #F675C9
Tints of Neon Pink #F675C9
RGB
CMYK
RGB Variations
Color information
#F675C9 (or 0xF675C9) is known color: Neon Pink. HEX triplet: F6, 75 and C9. RGB value is (246,117,201). Sum of RGB (Red+Green+Blue) = 246+117+201=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F675C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675C9 is #098A36. Grayscale: #A4A4A4. Windows color (decimal): -625207 or 13202934. OLE color: 13202934.
HSL color Cylindrical-coordinate representation of color #F675C9: hue angle of 320.93º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F675C9 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 201 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.04 |
| HSL | 320.93º | 0.88% | 0.71% | - |
| HSV(B) | 320.93º | 0.52% | 0.96% | - |
| XYZ | 54.91 | 36.53 | 59.42 | - |
| YUV | 165.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 201 | 0 | 0.52 | 0.18 | 0.04 | 320.93 | 0.88 | 0.71 |
| Hex | F6 | 75 | C9 | 0 | 34 | 12 | 4 | 141 | 58 | 47 |
| Octal | 366 | 165 | 311 | 0 | 64 | 22 | 4 | 501 | 130 | 107 |
| Binary | 11110110 | 1110101 | 11001001 | 0 | 110100 | 10010 | 100 | 101000001 | 1011000 | 1000111 |
Color Harmonies of #F675C9
Complementary color
Monochromatic Colors of #F675C9
Black with #F675C9
Text Example
Text Example
White with #F675C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F675C9; }
p { color: rgb(246,117,201); }
H1.HeaderClassName
{
color: #F675C9;
}
.AnyTagClassName
{
color: #F675C9;
}
</style>
background-color css
<style>
a { background-color: #F675C9; }
a { background-color: rgb(246,117,201); }
div.DivClassName
{
background-color: #F675C9;
}
.BgClassName
{
background-color: #F675C9;
}
</style>
border-color css
<style>
span { border-color: #F675C9; }
span { border-color: rgb(246,117,201); }
td.TdClassName
{
border-color: #F675C9;
}
.TagClassName
{
border-color: #F675C9;
}
</style>