#F26CD6

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

Shades of Neon Pink #F26CD6

Tints of Neon Pink #F26CD6

Color information

#F26CD6 (or 0xF26CD6) is unknown color: approx Neon Pink. HEX triplet: F2, 6C and D6. RGB value is (242,108,214). Sum of RGB (Red+Green+Blue) = 242+108+214=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CD6 is #0D9329. Grayscale: #9F9F9F. Windows color (decimal): -889642 or 14052594. OLE color: 14052594.

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

Color convert

RGB242108214-
CMYK00.550.120.05
HSL312.54º83.75%68.63%-
HSV(B)312.54º55.37%94.9%-
XYZ54.1234.4667.42-
YUV160.15158.39186.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 108 (42.58% from 255) = 19.15%
BLUE value IS 214 (83.98% from 255) = 37.94%
R=42.91%
G=19.15%
B=37.94%

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
Decimal24210821400.550.120.05312.5483.7568.63
HexF26CD6037C51395445
Octal362154326067145471124105
Binary111100101101100110101100110111110010110011100110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26CD6; }

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

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

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

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

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

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

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

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