#F26ABD

Color #F26ABD Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F26ABD

Tints of Neon Pink #F26ABD

Color information

#F26ABD (or 0xF26ABD) is unknown color: approx Neon Pink. HEX triplet: F2, 6A and BD. RGB value is (242,106,189). Sum of RGB (Red+Green+Blue) = 242+106+189=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F26ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26ABD is #0D9542. Grayscale: #9B9B9B. Windows color (decimal): -890179 or 12413682. OLE color: 12413682.

HSL color Cylindrical-coordinate representation of color #F26ABD: hue angle of 323.38º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26ABD is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242106189-
CMYK00.560.220.05
HSL323.38º83.95%68.24%-
HSV(B)323.38º56.2%94.9%-
XYZ50.9632.8651.8-
YUV156.13146.56189.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 45.07%
GREEN value IS 106 (41.80% from 255) = 19.74%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=45.07%
G=19.74%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210618900.560.220.05323.3883.9568.24
HexF26ABD0381651435444
Octal362152275070265503124104
Binary1111001011010101011110101110001011010110100001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26ABD; }

 p { color: rgb(242,106,189); }

 H1.HeaderClassName
 {
   color: #F26ABD;
 }
 .AnyTagClassName
 {
   color: #F26ABD;
 }
</style>
background-color css

<style>
 a { background-color: #F26ABD; }

 a { background-color: rgb(242,106,189); }

 div.DivClassName
 {
   background-color: #F26ABD;
 }
 .BgClassName
 {
   background-color: #F26ABD;
 }
</style>
border-color css

<style>
 span { border-color: #F26ABD; }

 span { border-color: rgb(242,106,189); }

 td.TdClassName
 {
   border-color: #F26ABD;
 }
 .TagClassName
 {
   border-color: #F26ABD;
 }
</style>