#F760BE

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

Shades of Neon Pink #F760BE

Tints of Neon Pink #F760BE

Color information

#F760BE (or 0xF760BE) is unknown color: approx Neon Pink. HEX triplet: F7, 60 and BE. RGB value is (247,96,190). Sum of RGB (Red+Green+Blue) = 247+96+190=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F760BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760BE is #089F41. Grayscale: #979797. Windows color (decimal): -565058 or 12476663. OLE color: 12476663.

HSL color Cylindrical-coordinate representation of color #F760BE: hue angle of 322.65º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F760BE is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB24796190-
CMYK00.610.230.03
HSL322.65º90.42%67.25%-
HSV(B)322.65º61.13%96.86%-
XYZ51.8331.8652.13-
YUV151.86149.53195.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.34%
GREEN value IS 96 (37.89% from 255) = 18.01%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=46.34%
G=18.01%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479619000.610.230.03322.6590.4267.25
HexF760BE03D1731435a43
Octal367140276075273503132103
Binary111101111100000101111100111101101111110100001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F760BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F760BE; }

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

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

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

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

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

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

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

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