Html Css Color HEX #F756C1 Neon Pink

📋 copy color: '#F756C1'

red 247 ◦ green 86 ◦ blue 193

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

Shades of Neon Pink #F756C1

Tints of Neon Pink #F756C1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.35%

 BLUE value IS 193 (75.78% from 255) = 36.69%

R = 46.96%
G = 16.35%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F756C1 (or 0xF756C1) is known color: Neon Pink. HEX triplet: F7, 56 and C1. RGB value is (247,86,193). Sum of RGB (Red+Green+Blue) = 247+86+193=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F756C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756C1 is #08A93E. Grayscale: #929292. Windows color (decimal): -567615 or 12670711. OLE color: 12670711.

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

Color convert

RGB 247 86 193 -
CMYK 0 0.65 0.22 0.03
HSL 320.12º 0.91% 0.65% -
HSV(B) 320.12º 0.65% 0.97% -
XYZ 51.31 30.28 53.59 -
YUV 146.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 247 86 193 0 0.65 0.22 0.03 320.12 0.91 0.65
Hex F7 56 C1 0 41 16 3 140 5B 41
Octal 367 126 301 0 101 26 3 500 133 101
Binary 11110111 1010110 11000001 0 1000001 10110 11 101000000 1011011 1000001

Color Harmonies of #F756C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756C1

Black with #F756C1

Text Example


Text Example

White with #F756C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756C1; }

 p { color: rgb(247,86,193); }

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

background-color css

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

 a { background-color: rgb(247,86,193); }

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

border-color css

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

 span { border-color: rgb(247,86,193); }

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