Shades of Neon Pink #F367C1
Tints of Neon Pink #F367C1
RGB
CMYK
RGB Variations
Color information
#F367C1 (or 0xF367C1) is known color: Neon Pink. HEX triplet: F3, 67 and C1. RGB value is (243,103,193). Sum of RGB (Red+Green+Blue) = 243+103+193=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F367C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F367C1 is #0C983E. Grayscale: #9A9A9A. Windows color (decimal): -825407 or 12675059. OLE color: 12675059.
HSL color Cylindrical-coordinate representation of color #F367C1: hue angle of 321.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F367C1 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 193 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 321.43º | 0.85% | 0.68% | - |
| HSV(B) | 321.43º | 0.58% | 0.95% | - |
| XYZ | 51.44 | 32.61 | 54.03 | - |
| YUV | 155.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 193 | 0 | 0.58 | 0.21 | 0.05 | 321.43 | 0.85 | 0.68 |
| Hex | F3 | 67 | C1 | 0 | 3A | 15 | 5 | 141 | 55 | 44 |
| Octal | 363 | 147 | 301 | 0 | 72 | 25 | 5 | 501 | 125 | 104 |
| Binary | 11110011 | 1100111 | 11000001 | 0 | 111010 | 10101 | 101 | 101000001 | 1010101 | 1000100 |
Color Harmonies of #F367C1
Complementary color
Monochromatic Colors of #F367C1
Black with #F367C1
Text Example
Text Example
White with #F367C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F367C1; }
p { color: rgb(243,103,193); }
H1.HeaderClassName
{
color: #F367C1;
}
.AnyTagClassName
{
color: #F367C1;
}
</style>
background-color css
<style>
a { background-color: #F367C1; }
a { background-color: rgb(243,103,193); }
div.DivClassName
{
background-color: #F367C1;
}
.BgClassName
{
background-color: #F367C1;
}
</style>
border-color css
<style>
span { border-color: #F367C1; }
span { border-color: rgb(243,103,193); }
td.TdClassName
{
border-color: #F367C1;
}
.TagClassName
{
border-color: #F367C1;
}
</style>