#F26BD1

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

Shades of Neon Pink #F26BD1

Tints of Neon Pink #F26BD1

Color information

#F26BD1 (or 0xF26BD1) is unknown color: approx Neon Pink. HEX triplet: F2, 6B and D1. RGB value is (242,107,209). Sum of RGB (Red+Green+Blue) = 242+107+209=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26BD1 is #0D942E. Grayscale: #9E9E9E. Windows color (decimal): -889903 or 13724658. OLE color: 13724658.

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

Color convert

RGB242107209-
CMYK00.560.140.05
HSL314.67º83.85%68.43%-
HSV(B)314.67º55.79%94.9%-
XYZ53.383464.07-
YUV158.99156.23187.21-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 107 (42.19% from 255) = 19.18%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=43.37%
G=19.18%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210720900.560.140.05314.6783.8568.43
HexF26BD1038E513b5444
Octal362153321070165473124104
Binary111100101101011110100010111000111010110011101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26BD1; }

 p { color: rgb(242,107,209); }

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

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

 a { background-color: rgb(242,107,209); }

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

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

 span { border-color: rgb(242,107,209); }

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