Shades of Neon Pink #F265BD
Tints of Neon Pink #F265BD
RGB
CMYK
RGB Variations
Color information
#F265BD (or 0xF265BD) is known color: Neon Pink. HEX triplet: F2, 65 and BD. RGB value is (242,101,189). Sum of RGB (Red+Green+Blue) = 242+101+189=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F265BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265BD is #0D9A42. Grayscale: #989898. Windows color (decimal): -891459 or 12412402. OLE color: 12412402.
HSL color Cylindrical-coordinate representation of color #F265BD: hue angle of 322.55º 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 #F265BD is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 189 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.05 |
| HSL | 322.55º | 0.84% | 0.67% | - |
| HSV(B) | 322.55º | 0.58% | 0.95% | - |
| XYZ | 50.46 | 31.86 | 51.63 | - |
| YUV | 153.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 189 | 0 | 0.58 | 0.22 | 0.05 | 322.55 | 0.84 | 0.67 |
| Hex | F2 | 65 | BD | 0 | 3A | 16 | 5 | 143 | 54 | 43 |
| Octal | 362 | 145 | 275 | 0 | 72 | 26 | 5 | 503 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10111101 | 0 | 111010 | 10110 | 101 | 101000011 | 1010100 | 1000011 |
Color Harmonies of #F265BD
Complementary color
Monochromatic Colors of #F265BD
Black with #F265BD
Text Example
Text Example
White with #F265BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265BD; }
p { color: rgb(242,101,189); }
H1.HeaderClassName
{
color: #F265BD;
}
.AnyTagClassName
{
color: #F265BD;
}
</style>
background-color css
<style>
a { background-color: #F265BD; }
a { background-color: rgb(242,101,189); }
div.DivClassName
{
background-color: #F265BD;
}
.BgClassName
{
background-color: #F265BD;
}
</style>
border-color css
<style>
span { border-color: #F265BD; }
span { border-color: rgb(242,101,189); }
td.TdClassName
{
border-color: #F265BD;
}
.TagClassName
{
border-color: #F265BD;
}
</style>