#F26CD5

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

Shades of Neon Pink #F26CD5

Tints of Neon Pink #F26CD5

Color information

#F26CD5 (or 0xF26CD5) is unknown color: approx Neon Pink. HEX triplet: F2, 6C and D5. RGB value is (242,108,213). Sum of RGB (Red+Green+Blue) = 242+108+213=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CD5 is #0D932A. Grayscale: #9F9F9F. Windows color (decimal): -889643 or 13987058. OLE color: 13987058.

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

Color convert

RGB242108213-
CMYK00.550.120.05
HSL312.99º83.75%68.63%-
HSV(B)312.99º55.37%94.9%-
XYZ53.9934.4166.75-
YUV160.04157.89186.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 108 (42.58% from 255) = 19.18%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=42.98%
G=19.18%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210821300.550.120.05312.9983.7568.63
HexF26CD5037C51395445
Octal362154325067145471124105
Binary111100101101100110101010110111110010110011100110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26CD5; }

 p { color: rgb(242,108,213); }

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

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

 a { background-color: rgb(242,108,213); }

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

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

 span { border-color: rgb(242,108,213); }

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