Shades of Neon Pink #F365C1
Tints of Neon Pink #F365C1
RGB
CMYK
RGB Variations
Color information
#F365C1 (or 0xF365C1) is known color: Neon Pink. HEX triplet: F3, 65 and C1. RGB value is (243,101,193). Sum of RGB (Red+Green+Blue) = 243+101+193=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F365C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365C1 is #0C9A3E. Grayscale: #999999. Windows color (decimal): -825919 or 12674547. OLE color: 12674547.
HSL color Cylindrical-coordinate representation of color #F365C1: hue angle of 321.13º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F365C1 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 193 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 321.13º | 0.86% | 0.67% | - |
| HSV(B) | 321.13º | 0.58% | 0.95% | - |
| XYZ | 51.24 | 32.21 | 53.97 | - |
| YUV | 153.95 | 150.04 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 193 | 0 | 0.58 | 0.21 | 0.05 | 321.13 | 0.86 | 0.67 |
| Hex | F3 | 65 | C1 | 0 | 3A | 15 | 5 | 141 | 56 | 43 |
| Octal | 363 | 145 | 301 | 0 | 72 | 25 | 5 | 501 | 126 | 103 |
| Binary | 11110011 | 1100101 | 11000001 | 0 | 111010 | 10101 | 101 | 101000001 | 1010110 | 1000011 |
Color Harmonies of #F365C1
Complementary color
Monochromatic Colors of #F365C1
Black with #F365C1
Text Example
Text Example
White with #F365C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365C1; }
p { color: rgb(243,101,193); }
H1.HeaderClassName
{
color: #F365C1;
}
.AnyTagClassName
{
color: #F365C1;
}
</style>
background-color css
<style>
a { background-color: #F365C1; }
a { background-color: rgb(243,101,193); }
div.DivClassName
{
background-color: #F365C1;
}
.BgClassName
{
background-color: #F365C1;
}
</style>
border-color css
<style>
span { border-color: #F365C1; }
span { border-color: rgb(243,101,193); }
td.TdClassName
{
border-color: #F365C1;
}
.TagClassName
{
border-color: #F365C1;
}
</style>