#f26cbf

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

Shades of Neon Pink #F26CBF

Tints of Neon Pink #F26CBF

Color information

#F26CBF (or 0xF26CBF) is unknown color: approx Neon Pink. HEX triplet: F2, 6C and BF. RGB value is (242,108,191). Sum of RGB (Red+Green+Blue) = 242+108+191=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CBF is #0D9340. Grayscale: #9D9D9D. Windows color (decimal): -889665 or 12545266. OLE color: 12545266.

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

Color convert

RGB242108191-
CMYK00.550.210.05
HSL322.84º83.75%68.63%-
HSV(B)322.84º55.37%94.9%-
XYZ51.3833.3653.02-
YUV157.53146.89188.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.73%
GREEN value IS 108 (42.58% from 255) = 19.96%
BLUE value IS 191 (75% from 255) = 35.30%
R=44.73%
G=19.96%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210819100.550.210.05322.8483.7568.63
HexF26CBF0371551435445
Octal362154277067255503124105
Binary1111001011011001011111101101111010110110100001110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f26cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f26cbf; }

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

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

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

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

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

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

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

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