Shades of Neon Pink #F26FD4
Tints of Neon Pink #F26FD4
RGB
CMYK
RGB Variations
Color information
#F26FD4 (or 0xF26FD4) is known color: Neon Pink. HEX triplet: F2, 6F and D4. RGB value is (242,111,212). Sum of RGB (Red+Green+Blue) = 242+111+212=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FD4 is #0D902B. Grayscale: #A1A1A1. Windows color (decimal): -888876 or 13922290. OLE color: 13922290.
HSL color Cylindrical-coordinate representation of color #F26FD4: hue angle of 313.74º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FD4 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 212 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.05 |
| HSL | 313.74º | 0.83% | 0.69% | - |
| HSV(B) | 313.74º | 0.54% | 0.95% | - |
| XYZ | 54.19 | 35 | 66.19 | - |
| YUV | 161.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 212 | 0 | 0.54 | 0.12 | 0.05 | 313.74 | 0.83 | 0.69 |
| Hex | F2 | 6F | D4 | 0 | 36 | C | 5 | 13A | 53 | 45 |
| Octal | 362 | 157 | 324 | 0 | 66 | 14 | 5 | 472 | 123 | 105 |
| Binary | 11110010 | 1101111 | 11010100 | 0 | 110110 | 1100 | 101 | 100111010 | 1010011 | 1000101 |
Color Harmonies of #F26FD4
Complementary color
Monochromatic Colors of #F26FD4
Black with #F26FD4
Text Example
Text Example
White with #F26FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FD4; }
p { color: rgb(242,111,212); }
H1.HeaderClassName
{
color: #F26FD4;
}
.AnyTagClassName
{
color: #F26FD4;
}
</style>
background-color css
<style>
a { background-color: #F26FD4; }
a { background-color: rgb(242,111,212); }
div.DivClassName
{
background-color: #F26FD4;
}
.BgClassName
{
background-color: #F26FD4;
}
</style>
border-color css
<style>
span { border-color: #F26FD4; }
span { border-color: rgb(242,111,212); }
td.TdClassName
{
border-color: #F26FD4;
}
.TagClassName
{
border-color: #F26FD4;
}
</style>