Html Css Color HEX #F757C2 Neon Pink

📋 copy color: '#F757C2'

red 247 ◦ green 87 ◦ blue 194

#F757C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F757C2

Tints of Neon Pink #F757C2

RGB

 RED value IS 247 (96.88% from 255) = 46.78%

 GREEN value IS 87 (34.38% from 255) = 16.48%

 BLUE value IS 194 (76.17% from 255) = 36.74%

R = 46.78%
G = 16.48%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F757C2 (or 0xF757C2) is known color: Neon Pink. HEX triplet: F7, 57 and C2. RGB value is (247,87,194). Sum of RGB (Red+Green+Blue) = 247+87+194=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F757C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F757C2 is #08A83D. Grayscale: #929292. Windows color (decimal): -567358 or 12736503. OLE color: 12736503.

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

Color convert

RGB 247 87 194 -
CMYK 0 0.65 0.21 0.03
HSL 319.88º 0.91% 0.65% -
HSV(B) 319.88º 0.65% 0.97% -
XYZ 51.5 30.49 54.21 -
YUV 147.04 154.51 199.3 -
System Red Green Blue C M Y K H S L
Decimal 247 87 194 0 0.65 0.21 0.03 319.88 0.91 0.65
Hex F7 57 C2 0 41 15 3 140 5B 41
Octal 367 127 302 0 101 25 3 500 133 101
Binary 11110111 1010111 11000010 0 1000001 10101 11 101000000 1011011 1000001

Color Harmonies of #F757C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F757C2

Black with #F757C2

Text Example


Text Example

White with #F757C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F757C2; }

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

 H1.HeaderClassName
 {
   color: #F757C2;
 }
 .AnyTagClassName
 {
   color: #F757C2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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