Shades of Neon Pink #F265BF
Tints of Neon Pink #F265BF
RGB
CMYK
RGB Variations
Color information
#F265BF (or 0xF265BF) is known color: Neon Pink. HEX triplet: F2, 65 and BF. RGB value is (242,101,191). Sum of RGB (Red+Green+Blue) = 242+101+191=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F265BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265BF is #0D9A40. Grayscale: #999999. Windows color (decimal): -891457 or 12543474. OLE color: 12543474.
HSL color Cylindrical-coordinate representation of color #F265BF: hue angle of 321.7º degrees, saturation: 0.84, 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 #F265BF is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 191 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.05 |
| HSL | 321.7º | 0.84% | 0.67% | - |
| HSV(B) | 321.7º | 0.58% | 0.95% | - |
| XYZ | 50.68 | 31.95 | 52.79 | - |
| YUV | 153.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 191 | 0 | 0.58 | 0.21 | 0.05 | 321.7 | 0.84 | 0.67 |
| Hex | F2 | 65 | BF | 0 | 3A | 15 | 5 | 142 | 54 | 43 |
| Octal | 362 | 145 | 277 | 0 | 72 | 25 | 5 | 502 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10111111 | 0 | 111010 | 10101 | 101 | 101000010 | 1010100 | 1000011 |
Color Harmonies of #F265BF
Complementary color
Monochromatic Colors of #F265BF
Black with #F265BF
Text Example
Text Example
White with #F265BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265BF; }
p { color: rgb(242,101,191); }
H1.HeaderClassName
{
color: #F265BF;
}
.AnyTagClassName
{
color: #F265BF;
}
</style>
background-color css
<style>
a { background-color: #F265BF; }
a { background-color: rgb(242,101,191); }
div.DivClassName
{
background-color: #F265BF;
}
.BgClassName
{
background-color: #F265BF;
}
</style>
border-color css
<style>
span { border-color: #F265BF; }
span { border-color: rgb(242,101,191); }
td.TdClassName
{
border-color: #F265BF;
}
.TagClassName
{
border-color: #F265BF;
}
</style>