#f757cc

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

Shades of Neon Pink #F757CC

Tints of Neon Pink #F757CC

Color information

#F757CC (or 0xF757CC) is unknown color: approx Neon Pink. HEX triplet: F7, 57 and CC. RGB value is (247,87,204). Sum of RGB (Red+Green+Blue) = 247+87+204=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 87 (34.38% from 255 or 16.17% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F757CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F757CC is #08A833. Grayscale: #939393. Windows color (decimal): -567348 or 13391863. OLE color: 13391863.

HSL color Cylindrical-coordinate representation of color #F757CC: hue angle of 316.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 #F757CC is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB24787204-
CMYK00.650.170.03
HSL316.12º90.91%65.49%-
HSV(B)316.12º64.78%96.86%-
XYZ52.6730.9560.32-
YUV148.18159.51198.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.91%
GREEN value IS 87 (34.38% from 255) = 16.17%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=45.91%
G=16.17%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478720400.650.170.03316.1290.9165.49
HexF757CC04111313c5b41
Octal3671273140101213474133101
Binary1111011110101111100110001000001100011110011110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f757cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f757cc; }

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

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

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

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

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

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

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

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