Html Css Color HEX #F976C4 Neon Pink

📋 copy color: '#F976C4'

red 249 ◦ green 118 ◦ blue 196

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

Shades of Neon Pink #F976C4

Tints of Neon Pink #F976C4

RGB

 RED value IS 249 (97.66% from 255) = 44.23%

 GREEN value IS 118 (46.48% from 255) = 20.96%

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 44.23%
G = 20.96%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F976C4 (or 0xF976C4) is known color: Neon Pink. HEX triplet: F9, 76 and C4. RGB value is (249,118,196). Sum of RGB (Red+Green+Blue) = 249+118+196=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F976C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976C4 is #06893B. Grayscale: #A5A5A5. Windows color (decimal): -428348 or 12875513. OLE color: 12875513.

HSL color Cylindrical-coordinate representation of color #F976C4: hue angle of 324.27º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976C4 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 118 196 -
CMYK 0 0.53 0.21 0.02
HSL 324.27º 0.92% 0.72% -
HSV(B) 324.27º 0.53% 0.98% -
XYZ 55.51 37.08 56.46 -
YUV 166.06 144.9 187.16 -
System Red Green Blue C M Y K H S L
Decimal 249 118 196 0 0.53 0.21 0.02 324.27 0.92 0.72
Hex F9 76 C4 0 35 15 2 144 5C 48
Octal 371 166 304 0 65 25 2 504 134 110
Binary 11111001 1110110 11000100 0 110101 10101 10 101000100 1011100 1001000

Color Harmonies of #F976C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976C4

Black with #F976C4

Text Example


Text Example

White with #F976C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976C4; }

 p { color: rgb(249,118,196); }

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

background-color css

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

 a { background-color: rgb(249,118,196); }

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

border-color css

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

 span { border-color: rgb(249,118,196); }

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