#F26BCE

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

Shades of Neon Pink #F26BCE

Tints of Neon Pink #F26BCE

Color information

#F26BCE (or 0xF26BCE) is unknown color: approx Neon Pink. HEX triplet: F2, 6B and CE. RGB value is (242,107,206). Sum of RGB (Red+Green+Blue) = 242+107+206=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F26BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26BCE is #0D9431. Grayscale: #9E9E9E. Windows color (decimal): -889906 or 13528050. OLE color: 13528050.

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

Color convert

RGB242107206-
CMYK00.560.150.05
HSL316º83.85%68.43%-
HSV(B)316º55.79%94.9%-
XYZ53.0233.8562.13-
YUV158.65154.73187.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.60%
GREEN value IS 107 (42.19% from 255) = 19.28%
BLUE value IS 206 (80.86% from 255) = 37.12%
R=43.60%
G=19.28%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210720600.560.150.0531683.8568.43
HexF26BCE038F513c5444
Octal362153316070175474124104
Binary111100101101011110011100111000111110110011110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26BCE; }

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

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

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

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

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

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

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

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