#F757C4

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

Shades of Neon Pink #F757C4

Tints of Neon Pink #F757C4

Color information

#F757C4 (or 0xF757C4) is unknown color: approx Neon Pink. HEX triplet: F7, 57 and C4. RGB value is (247,87,196). Sum of RGB (Red+Green+Blue) = 247+87+196=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 87 (34.38% from 255 or 16.42% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F757C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F757C4 is #08A83B. Grayscale: #929292. Windows color (decimal): -567356 or 12867575. OLE color: 12867575.

HSL color Cylindrical-coordinate representation of color #F757C4: hue angle of 319.12º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F757C4 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB24787196-
CMYK00.650.210.03
HSL319.12º90.91%65.49%-
HSV(B)319.12º64.78%96.86%-
XYZ51.7330.5855.4-
YUV147.27155.51199.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.60%
GREEN value IS 87 (34.38% from 255) = 16.42%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=46.60%
G=16.42%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478719600.650.210.03319.1290.9165.49
HexF757C404115313f5b41
Octal3671273040101253477133101
Binary1111011110101111100010001000001101011110011111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F757C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F757C4; }

 p { color: rgb(247,87,196); }

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

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

 a { background-color: rgb(247,87,196); }

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

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

 span { border-color: rgb(247,87,196); }

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