Shades of Neon Pink #F362C3
Tints of Neon Pink #F362C3
RGB
CMYK
RGB Variations
Color information
#F362C3 (or 0xF362C3) is known color: Neon Pink. HEX triplet: F3, 62 and C3. RGB value is (243,98,195). Sum of RGB (Red+Green+Blue) = 243+98+195=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F362C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F362C3 is #0C9D3C. Grayscale: #989898. Windows color (decimal): -826685 or 12804851. OLE color: 12804851.
HSL color Cylindrical-coordinate representation of color #F362C3: hue angle of 319.86º 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 #F362C3 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 98 | 195 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.05 |
| HSL | 319.86º | 0.86% | 0.67% | - |
| HSV(B) | 319.86º | 0.6% | 0.95% | - |
| XYZ | 51.18 | 31.73 | 55.06 | - |
| YUV | 152.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 195 | 0 | 0.60 | 0.20 | 0.05 | 319.86 | 0.86 | 0.67 |
| Hex | F3 | 62 | C3 | 0 | 3C | 14 | 5 | 140 | 56 | 43 |
| Octal | 363 | 142 | 303 | 0 | 74 | 24 | 5 | 500 | 126 | 103 |
| Binary | 11110011 | 1100010 | 11000011 | 0 | 111100 | 10100 | 101 | 101000000 | 1010110 | 1000011 |
Color Harmonies of #F362C3
Complementary color
Monochromatic Colors of #F362C3
Black with #F362C3
Text Example
Text Example
White with #F362C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F362C3; }
p { color: rgb(243,98,195); }
H1.HeaderClassName
{
color: #F362C3;
}
.AnyTagClassName
{
color: #F362C3;
}
</style>
background-color css
<style>
a { background-color: #F362C3; }
a { background-color: rgb(243,98,195); }
div.DivClassName
{
background-color: #F362C3;
}
.BgClassName
{
background-color: #F362C3;
}
</style>
border-color css
<style>
span { border-color: #F362C3; }
span { border-color: rgb(243,98,195); }
td.TdClassName
{
border-color: #F362C3;
}
.TagClassName
{
border-color: #F362C3;
}
</style>