Html Css Color HEX #F76ACD Neon Pink

📋 copy color: '#F76ACD'

red 247 ◦ green 106 ◦ blue 205

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

Shades of Neon Pink #F76ACD

Tints of Neon Pink #F76ACD

RGB

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

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

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

R = 44.27%
G = 19%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F76ACD (or 0xF76ACD) is known color: Neon Pink. HEX triplet: F7, 6A and CD. RGB value is (247,106,205). Sum of RGB (Red+Green+Blue) = 247+106+205=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ACD is #089532. Grayscale: #9F9F9F. Windows color (decimal): -562483 or 13462263. OLE color: 13462263.

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

Color convert

RGB 247 106 205 -
CMYK 0 0.57 0.17 0.03
HSL 317.87º 0.9% 0.69% -
HSV(B) 317.87º 0.57% 0.97% -
XYZ 54.53 34.49 61.54 -
YUV 159.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 247 106 205 0 0.57 0.17 0.03 317.87 0.9 0.69
Hex F7 6A CD 0 39 11 3 13E 5A 45
Octal 367 152 315 0 71 21 3 476 132 105
Binary 11110111 1101010 11001101 0 111001 10001 11 100111110 1011010 1000101

Color Harmonies of #F76ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76ACD

Black with #F76ACD

Text Example


Text Example

White with #F76ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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