Html Css Color HEX #F76FCD Neon Pink

📋 copy color: '#F76FCD'

red 247 ◦ green 111 ◦ blue 205

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

Shades of Neon Pink #F76FCD

Tints of Neon Pink #F76FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.72%

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 43.87%
G = 19.72%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F76FCD (or 0xF76FCD) is known color: Neon Pink. HEX triplet: F7, 6F and CD. RGB value is (247,111,205). Sum of RGB (Red+Green+Blue) = 247+111+205=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FCD is #089032. Grayscale: #A2A2A2. Windows color (decimal): -561203 or 13463543. OLE color: 13463543.

HSL color Cylindrical-coordinate representation of color #F76FCD: hue angle of 318.53º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76FCD is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 111 205 -
CMYK 0 0.55 0.17 0.03
HSL 318.53º 0.89% 0.7% -
HSV(B) 318.53º 0.55% 0.97% -
XYZ 55.06 35.55 61.72 -
YUV 162.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 247 111 205 0 0.55 0.17 0.03 318.53 0.89 0.7
Hex F7 6F CD 0 37 11 3 13F 59 46
Octal 367 157 315 0 67 21 3 477 131 106
Binary 11110111 1101111 11001101 0 110111 10001 11 100111111 1011001 1000110

Color Harmonies of #F76FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76FCD

Black with #F76FCD

Text Example


Text Example

White with #F76FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76FCD; }

 p { color: rgb(247,111,205); }

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

background-color css

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

 a { background-color: rgb(247,111,205); }

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

border-color css

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

 span { border-color: rgb(247,111,205); }

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