#F26DCA

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

Shades of Neon Pink #F26DCA

Tints of Neon Pink #F26DCA

Color information

#F26DCA (or 0xF26DCA) is unknown color: approx Neon Pink. HEX triplet: F2, 6D and CA. RGB value is (242,109,202). Sum of RGB (Red+Green+Blue) = 242+109+202=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DCA is #0D9235. Grayscale: #9F9F9F. Windows color (decimal): -889398 or 13266418. OLE color: 13266418.

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

Color convert

RGB242109202-
CMYK00.550.170.05
HSL318.05º83.65%68.82%-
HSV(B)318.05º54.96%94.9%-
XYZ52.7534.0859.67-
YUV159.37152.06186.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 109 (42.97% from 255) = 19.71%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=43.76%
G=19.71%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210920200.550.170.05318.0583.6568.82
HexF26DCA03711513e5445
Octal362155312067215476124105
Binary1111001011011011100101001101111000110110011111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26DCA; }

 p { color: rgb(242,109,202); }

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

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

 a { background-color: rgb(242,109,202); }

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

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

 span { border-color: rgb(242,109,202); }

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