Shades of Neon Pink #F05BC2
Tints of Neon Pink #F05BC2
RGB
CMYK
RGB Variations
Color information
#F05BC2 (or 0xF05BC2) is known color: Neon Pink. HEX triplet: F0, 5B and C2. RGB value is (240,91,194). Sum of RGB (Red+Green+Blue) = 240+91+194=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F05BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05BC2 is #0FA43D. Grayscale: #939393. Windows color (decimal): -1025086 or 12737520. OLE color: 12737520.
HSL color Cylindrical-coordinate representation of color #F05BC2: hue angle of 318.52º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05BC2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 91 | 194 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.06 |
| HSL | 318.52º | 0.83% | 0.65% | - |
| HSV(B) | 318.52º | 0.62% | 0.94% | - |
| XYZ | 49.41 | 29.9 | 54.21 | - |
| YUV | 147.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 91 | 194 | 0 | 0.62 | 0.19 | 0.06 | 318.52 | 0.83 | 0.65 |
| Hex | F0 | 5B | C2 | 0 | 3E | 13 | 6 | 13F | 53 | 41 |
| Octal | 360 | 133 | 302 | 0 | 76 | 23 | 6 | 477 | 123 | 101 |
| Binary | 11110000 | 1011011 | 11000010 | 0 | 111110 | 10011 | 110 | 100111111 | 1010011 | 1000001 |
Color Harmonies of #F05BC2
Complementary color
Monochromatic Colors of #F05BC2
Black with #F05BC2
Text Example
Text Example
White with #F05BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05BC2; }
p { color: rgb(240,91,194); }
H1.HeaderClassName
{
color: #F05BC2;
}
.AnyTagClassName
{
color: #F05BC2;
}
</style>
background-color css
<style>
a { background-color: #F05BC2; }
a { background-color: rgb(240,91,194); }
div.DivClassName
{
background-color: #F05BC2;
}
.BgClassName
{
background-color: #F05BC2;
}
</style>
border-color css
<style>
span { border-color: #F05BC2; }
span { border-color: rgb(240,91,194); }
td.TdClassName
{
border-color: #F05BC2;
}
.TagClassName
{
border-color: #F05BC2;
}
</style>