Html Css Color HEX #F76ACF Neon Pink

📋 copy color: '#F76ACF'

red 247 ◦ green 106 ◦ blue 207

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

Shades of Neon Pink #F76ACF

Tints of Neon Pink #F76ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.93%

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 44.11%
G = 18.93%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F76ACF (or 0xF76ACF) is known color: Neon Pink. HEX triplet: F7, 6A and CF. RGB value is (247,106,207). Sum of RGB (Red+Green+Blue) = 247+106+207=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ACF is #089530. Grayscale: #9F9F9F. Windows color (decimal): -562481 or 13593335. OLE color: 13593335.

HSL color Cylindrical-coordinate representation of color #F76ACF: hue angle of 317.02º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76ACF is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 106 207 -
CMYK 0 0.57 0.16 0.03
HSL 317.02º 0.9% 0.69% -
HSV(B) 317.02º 0.57% 0.97% -
XYZ 54.77 34.59 62.82 -
YUV 159.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 247 106 207 0 0.57 0.16 0.03 317.02 0.9 0.69
Hex F7 6A CF 0 39 10 3 13D 5A 45
Octal 367 152 317 0 71 20 3 475 132 105
Binary 11110111 1101010 11001111 0 111001 10000 11 100111101 1011010 1000101

Color Harmonies of #F76ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76ACF

Black with #F76ACF

Text Example


Text Example

White with #F76ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76ACF; }

 p { color: rgb(247,106,207); }

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

background-color css

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

 a { background-color: rgb(247,106,207); }

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

border-color css

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

 span { border-color: rgb(247,106,207); }

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