#f26dc3

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

Shades of Neon Pink #F26DC3

Tints of Neon Pink #F26DC3

Color information

#F26DC3 (or 0xF26DC3) is unknown color: approx Neon Pink. HEX triplet: F2, 6D and C3. RGB value is (242,109,195). Sum of RGB (Red+Green+Blue) = 242+109+195=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DC3 is #0D923C. Grayscale: #9E9E9E. Windows color (decimal): -889405 or 12807666. OLE color: 12807666.

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

Color convert

RGB242109195-
CMYK00.550.190.05
HSL321.2º83.65%68.82%-
HSV(B)321.2º54.96%94.9%-
XYZ51.9433.7555.41-
YUV158.57148.56187.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.32%
GREEN value IS 109 (42.97% from 255) = 19.96%
BLUE value IS 195 (76.56% from 255) = 35.71%
R=44.32%
G=19.96%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210919500.550.190.05321.283.6568.82
HexF26DC30371351415445
Octal362155303067235501124105
Binary1111001011011011100001101101111001110110100000110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f26dc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f26dc3; }

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

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

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

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

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

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

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

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