Html Css Color HEX #F76DCD Neon Pink

📋 copy color: '#F76DCD'

red 247 ◦ green 109 ◦ blue 205

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

Shades of Neon Pink #F76DCD

Tints of Neon Pink #F76DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.43%

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

R = 44.03%
G = 19.43%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F76DCD (or 0xF76DCD) is known color: Neon Pink. HEX triplet: F7, 6D and CD. RGB value is (247,109,205). Sum of RGB (Red+Green+Blue) = 247+109+205=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76DCD is #089232. Grayscale: #A0A0A0. Windows color (decimal): -561715 or 13463031. OLE color: 13463031.

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

Color convert

RGB 247 109 205 -
CMYK 0 0.56 0.17 0.03
HSL 318.26º 0.9% 0.7% -
HSV(B) 318.26º 0.56% 0.97% -
XYZ 54.85 35.12 61.65 -
YUV 161.21 152.72 189.19 -
System Red Green Blue C M Y K H S L
Decimal 247 109 205 0 0.56 0.17 0.03 318.26 0.9 0.7
Hex F7 6D CD 0 38 11 3 13E 5A 46
Octal 367 155 315 0 70 21 3 476 132 106
Binary 11110111 1101101 11001101 0 111000 10001 11 100111110 1011010 1000110

Color Harmonies of #F76DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76DCD

Black with #F76DCD

Text Example


Text Example

White with #F76DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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