Shades of Neon Pink #F675CA
Tints of Neon Pink #F675CA
RGB
CMYK
RGB Variations
Color information
#F675CA (or 0xF675CA) is known color: Neon Pink. HEX triplet: F6, 75 and CA. RGB value is (246,117,202). Sum of RGB (Red+Green+Blue) = 246+117+202=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F675CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F675CA is #098A35. Grayscale: #A5A5A5. Windows color (decimal): -625206 or 13268470. OLE color: 13268470.
HSL color Cylindrical-coordinate representation of color #F675CA: hue angle of 320.47º 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 #F675CA is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 202 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.04 |
| HSL | 320.47º | 0.88% | 0.71% | - |
| HSV(B) | 320.47º | 0.52% | 0.96% | - |
| XYZ | 55.03 | 36.58 | 60.04 | - |
| YUV | 165.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 202 | 0 | 0.52 | 0.18 | 0.04 | 320.47 | 0.88 | 0.71 |
| Hex | F6 | 75 | CA | 0 | 34 | 12 | 4 | 140 | 58 | 47 |
| Octal | 366 | 165 | 312 | 0 | 64 | 22 | 4 | 500 | 130 | 107 |
| Binary | 11110110 | 1110101 | 11001010 | 0 | 110100 | 10010 | 100 | 101000000 | 1011000 | 1000111 |
Color Harmonies of #F675CA
Complementary color
Monochromatic Colors of #F675CA
Black with #F675CA
Text Example
Text Example
White with #F675CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F675CA; }
p { color: rgb(246,117,202); }
H1.HeaderClassName
{
color: #F675CA;
}
.AnyTagClassName
{
color: #F675CA;
}
</style>
background-color css
<style>
a { background-color: #F675CA; }
a { background-color: rgb(246,117,202); }
div.DivClassName
{
background-color: #F675CA;
}
.BgClassName
{
background-color: #F675CA;
}
</style>
border-color css
<style>
span { border-color: #F675CA; }
span { border-color: rgb(246,117,202); }
td.TdClassName
{
border-color: #F675CA;
}
.TagClassName
{
border-color: #F675CA;
}
</style>