#F26FBF

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

Shades of Neon Pink #F26FBF

Tints of Neon Pink #F26FBF

Color information

#F26FBF (or 0xF26FBF) is unknown color: approx Neon Pink. HEX triplet: F2, 6F and BF. RGB value is (242,111,191). Sum of RGB (Red+Green+Blue) = 242+111+191=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FBF is #0D9040. Grayscale: #9F9F9F. Windows color (decimal): -888897 or 12546034. OLE color: 12546034.

HSL color Cylindrical-coordinate representation of color #F26FBF: hue angle of 323.36º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FBF is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242111191-
CMYK00.540.210.05
HSL323.36º83.44%69.22%-
HSV(B)323.36º54.13%94.9%-
XYZ51.7134.0153.13-
YUV159.29145.9187-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 111 (43.75% from 255) = 20.40%
BLUE value IS 191 (75% from 255) = 35.11%
R=44.49%
G=20.40%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211119100.540.210.05323.3683.4469.22
HexF26FBF0361551435345
Octal362157277066255503123105
Binary1111001011011111011111101101101010110110100001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26FBF; }

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

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

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

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

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

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

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

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