Shades of Neon Pink #F365BF
Tints of Neon Pink #F365BF
RGB
CMYK
RGB Variations
Color information
#F365BF (or 0xF365BF) is known color: Neon Pink. HEX triplet: F3, 65 and BF. RGB value is (243,101,191). Sum of RGB (Red+Green+Blue) = 243+101+191=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F365BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365BF is #0C9A40. Grayscale: #999999. Windows color (decimal): -825921 or 12543475. OLE color: 12543475.
HSL color Cylindrical-coordinate representation of color #F365BF: hue angle of 321.97º 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 #F365BF is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 101 | 191 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 321.97º | 0.86% | 0.67% | - |
| HSV(B) | 321.97º | 0.58% | 0.95% | - |
| XYZ | 51.02 | 32.12 | 52.8 | - |
| YUV | 153.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 101 | 191 | 0 | 0.58 | 0.21 | 0.05 | 321.97 | 0.86 | 0.67 |
| Hex | F3 | 65 | BF | 0 | 3A | 15 | 5 | 142 | 56 | 43 |
| Octal | 363 | 145 | 277 | 0 | 72 | 25 | 5 | 502 | 126 | 103 |
| Binary | 11110011 | 1100101 | 10111111 | 0 | 111010 | 10101 | 101 | 101000010 | 1010110 | 1000011 |
Color Harmonies of #F365BF
Complementary color
Monochromatic Colors of #F365BF
Black with #F365BF
Text Example
Text Example
White with #F365BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F365BF; }
p { color: rgb(243,101,191); }
H1.HeaderClassName
{
color: #F365BF;
}
.AnyTagClassName
{
color: #F365BF;
}
</style>
background-color css
<style>
a { background-color: #F365BF; }
a { background-color: rgb(243,101,191); }
div.DivClassName
{
background-color: #F365BF;
}
.BgClassName
{
background-color: #F365BF;
}
</style>
border-color css
<style>
span { border-color: #F365BF; }
span { border-color: rgb(243,101,191); }
td.TdClassName
{
border-color: #F365BF;
}
.TagClassName
{
border-color: #F365BF;
}
</style>