Shades of Neon Pink #F362CC
Tints of Neon Pink #F362CC
RGB
CMYK
RGB Variations
Color information
#F362CC (or 0xF362CC) is known color: Neon Pink. HEX triplet: F3, 62 and CC. RGB value is (243,98,204). Sum of RGB (Red+Green+Blue) = 243+98+204=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F362CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F362CC is #0C9D33. Grayscale: #999999. Windows color (decimal): -826676 or 13394675. OLE color: 13394675.
HSL color Cylindrical-coordinate representation of color #F362CC: hue angle of 316.14º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F362CC is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 98 | 204 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.05 |
| HSL | 316.14º | 0.86% | 0.67% | - |
| HSV(B) | 316.14º | 0.6% | 0.95% | - |
| XYZ | 52.23 | 32.15 | 60.58 | - |
| YUV | 153.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 204 | 0 | 0.60 | 0.16 | 0.05 | 316.14 | 0.86 | 0.67 |
| Hex | F3 | 62 | CC | 0 | 3C | 10 | 5 | 13C | 56 | 43 |
| Octal | 363 | 142 | 314 | 0 | 74 | 20 | 5 | 474 | 126 | 103 |
| Binary | 11110011 | 1100010 | 11001100 | 0 | 111100 | 10000 | 101 | 100111100 | 1010110 | 1000011 |
Color Harmonies of #F362CC
Complementary color
Monochromatic Colors of #F362CC
Black with #F362CC
Text Example
Text Example
White with #F362CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F362CC; }
p { color: rgb(243,98,204); }
H1.HeaderClassName
{
color: #F362CC;
}
.AnyTagClassName
{
color: #F362CC;
}
</style>
background-color css
<style>
a { background-color: #F362CC; }
a { background-color: rgb(243,98,204); }
div.DivClassName
{
background-color: #F362CC;
}
.BgClassName
{
background-color: #F362CC;
}
</style>
border-color css
<style>
span { border-color: #F362CC; }
span { border-color: rgb(243,98,204); }
td.TdClassName
{
border-color: #F362CC;
}
.TagClassName
{
border-color: #F362CC;
}
</style>