Shades of Neon Pink #F674CE
Tints of Neon Pink #F674CE
RGB
CMYK
RGB Variations
Color information
#F674CE (or 0xF674CE) is known color: Neon Pink. HEX triplet: F6, 74 and CE. RGB value is (246,116,206). Sum of RGB (Red+Green+Blue) = 246+116+206=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F674CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674CE is #098B31. Grayscale: #A4A4A4. Windows color (decimal): -625458 or 13530358. OLE color: 13530358.
HSL color Cylindrical-coordinate representation of color #F674CE: hue angle of 318.46º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F674CE is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 206 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.04 |
| HSL | 318.46º | 0.88% | 0.71% | - |
| HSV(B) | 318.46º | 0.53% | 0.96% | - |
| XYZ | 55.39 | 36.54 | 62.53 | - |
| YUV | 165.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 206 | 0 | 0.53 | 0.16 | 0.04 | 318.46 | 0.88 | 0.71 |
| Hex | F6 | 74 | CE | 0 | 35 | 10 | 4 | 13E | 58 | 47 |
| Octal | 366 | 164 | 316 | 0 | 65 | 20 | 4 | 476 | 130 | 107 |
| Binary | 11110110 | 1110100 | 11001110 | 0 | 110101 | 10000 | 100 | 100111110 | 1011000 | 1000111 |
Color Harmonies of #F674CE
Complementary color
Monochromatic Colors of #F674CE
Black with #F674CE
Text Example
Text Example
White with #F674CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674CE; }
p { color: rgb(246,116,206); }
H1.HeaderClassName
{
color: #F674CE;
}
.AnyTagClassName
{
color: #F674CE;
}
</style>
background-color css
<style>
a { background-color: #F674CE; }
a { background-color: rgb(246,116,206); }
div.DivClassName
{
background-color: #F674CE;
}
.BgClassName
{
background-color: #F674CE;
}
</style>
border-color css
<style>
span { border-color: #F674CE; }
span { border-color: rgb(246,116,206); }
td.TdClassName
{
border-color: #F674CE;
}
.TagClassName
{
border-color: #F674CE;
}
</style>