Shades of Neon Pink #F368C1
Tints of Neon Pink #F368C1
RGB
CMYK
RGB Variations
Color information
#F368C1 (or 0xF368C1) is known color: Neon Pink. HEX triplet: F3, 68 and C1. RGB value is (243,104,193). Sum of RGB (Red+Green+Blue) = 243+104+193=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F368C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368C1 is #0C973E. Grayscale: #9B9B9B. Windows color (decimal): -825151 or 12675315. OLE color: 12675315.
HSL color Cylindrical-coordinate representation of color #F368C1: hue angle of 321.58º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F368C1 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 193 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.05 |
| HSL | 321.58º | 0.85% | 0.68% | - |
| HSV(B) | 321.58º | 0.57% | 0.95% | - |
| XYZ | 51.54 | 32.81 | 54.07 | - |
| YUV | 155.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 193 | 0 | 0.57 | 0.21 | 0.05 | 321.58 | 0.85 | 0.68 |
| Hex | F3 | 68 | C1 | 0 | 39 | 15 | 5 | 142 | 55 | 44 |
| Octal | 363 | 150 | 301 | 0 | 71 | 25 | 5 | 502 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11000001 | 0 | 111001 | 10101 | 101 | 101000010 | 1010101 | 1000100 |
Color Harmonies of #F368C1
Complementary color
Monochromatic Colors of #F368C1
Black with #F368C1
Text Example
Text Example
White with #F368C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368C1; }
p { color: rgb(243,104,193); }
H1.HeaderClassName
{
color: #F368C1;
}
.AnyTagClassName
{
color: #F368C1;
}
</style>
background-color css
<style>
a { background-color: #F368C1; }
a { background-color: rgb(243,104,193); }
div.DivClassName
{
background-color: #F368C1;
}
.BgClassName
{
background-color: #F368C1;
}
</style>
border-color css
<style>
span { border-color: #F368C1; }
span { border-color: rgb(243,104,193); }
td.TdClassName
{
border-color: #F368C1;
}
.TagClassName
{
border-color: #F368C1;
}
</style>