Html Css Color HEX #F756C5 Neon Pink

📋 copy color: '#F756C5'

red 247 ◦ green 86 ◦ blue 197

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

Shades of Neon Pink #F756C5

Tints of Neon Pink #F756C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 46.6%
G = 16.23%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F756C5 (or 0xF756C5) is known color: Neon Pink. HEX triplet: F7, 56 and C5. RGB value is (247,86,197). Sum of RGB (Red+Green+Blue) = 247+86+197=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F756C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756C5 is #08A93A. Grayscale: #929292. Windows color (decimal): -567611 or 12932855. OLE color: 12932855.

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

Color convert

RGB 247 86 197 -
CMYK 0 0.65 0.20 0.03
HSL 318.63º 0.91% 0.65% -
HSV(B) 318.63º 0.65% 0.97% -
XYZ 51.76 30.46 55.97 -
YUV 146.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 247 86 197 0 0.65 0.20 0.03 318.63 0.91 0.65
Hex F7 56 C5 0 41 14 3 13F 5B 41
Octal 367 126 305 0 101 24 3 477 133 101
Binary 11110111 1010110 11000101 0 1000001 10100 11 100111111 1011011 1000001

Color Harmonies of #F756C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756C5

Black with #F756C5

Text Example


Text Example

White with #F756C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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