#f260be

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

Shades of Neon Pink #F260BE

Tints of Neon Pink #F260BE

Color information

#F260BE (or 0xF260BE) is unknown color: approx Neon Pink. HEX triplet: F2, 60 and BE. RGB value is (242,96,190). Sum of RGB (Red+Green+Blue) = 242+96+190=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F260BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F260BE is #0D9F41. Grayscale: #969696. Windows color (decimal): -892738 or 12476658. OLE color: 12476658.

HSL color Cylindrical-coordinate representation of color #F260BE: hue angle of 321.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F260BE is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB24296190-
CMYK00.600.210.05
HSL321.37º84.88%66.27%-
HSV(B)321.37º60.33%94.9%-
XYZ50.130.9652.05-
YUV150.37150.37193.36-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.83%
GREEN value IS 96 (37.89% from 255) = 18.18%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=45.83%
G=18.18%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429619000.600.210.05321.3784.8866.27
HexF260BE03C1551415542
Octal362140276074255501125102
Binary1111001011000001011111001111001010110110100000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f260be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f260be; }

 p { color: rgb(242,96,190); }

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

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

 a { background-color: rgb(242,96,190); }

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

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

 span { border-color: rgb(242,96,190); }

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