Html Css Color HEX #F77ACD Neon Pink

📋 copy color: '#F77ACD'

red 247 ◦ green 122 ◦ blue 205

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

Shades of Neon Pink #F77ACD

Tints of Neon Pink #F77ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.25%

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

R = 43.03%
G = 21.25%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F77ACD (or 0xF77ACD) is known color: Neon Pink. HEX triplet: F7, 7A and CD. RGB value is (247,122,205). Sum of RGB (Red+Green+Blue) = 247+122+205=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ACD is #088532. Grayscale: #A8A8A8. Windows color (decimal): -558387 or 13466359. OLE color: 13466359.

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

Color convert

RGB 247 122 205 -
CMYK 0 0.51 0.17 0.03
HSL 320.16º 0.89% 0.72% -
HSV(B) 320.16º 0.51% 0.97% -
XYZ 56.34 38.1 62.14 -
YUV 168.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 247 122 205 0 0.51 0.17 0.03 320.16 0.89 0.72
Hex F7 7A CD 0 33 11 3 140 59 48
Octal 367 172 315 0 63 21 3 500 131 110
Binary 11110111 1111010 11001101 0 110011 10001 11 101000000 1011001 1001000

Color Harmonies of #F77ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77ACD

Black with #F77ACD

Text Example


Text Example

White with #F77ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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