#F26FC0

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

Shades of Neon Pink #F26FC0

Tints of Neon Pink #F26FC0

Color information

#F26FC0 (or 0xF26FC0) is unknown color: approx Neon Pink. HEX triplet: F2, 6F and C0. RGB value is (242,111,192). Sum of RGB (Red+Green+Blue) = 242+111+192=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FC0 is #0D903F. Grayscale: #9F9F9F. Windows color (decimal): -888896 or 12611570. OLE color: 12611570.

HSL color Cylindrical-coordinate representation of color #F26FC0: hue angle of 322.9º 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 #F26FC0 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242111192-
CMYK00.540.210.05
HSL322.9º83.44%69.22%-
HSV(B)322.9º54.13%94.9%-
XYZ51.8234.0553.71-
YUV159.4146.4186.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.40%
GREEN value IS 111 (43.75% from 255) = 20.37%
BLUE value IS 192 (75.39% from 255) = 35.23%
R=44.40%
G=20.37%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211119200.540.210.05322.983.4469.22
HexF26FC00361551435345
Octal362157300066255503123105
Binary1111001011011111100000001101101010110110100001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26FC0; }

 p { color: rgb(242,111,192); }

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

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

 a { background-color: rgb(242,111,192); }

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

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

 span { border-color: rgb(242,111,192); }

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