Html Css Color HEX #F977CA Neon Pink

📋 copy color: '#F977CA'

red 249 ◦ green 119 ◦ blue 202

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

Shades of Neon Pink #F977CA

Tints of Neon Pink #F977CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.88%

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 43.68%
G = 20.88%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F977CA (or 0xF977CA) is known color: Neon Pink. HEX triplet: F9, 77 and CA. RGB value is (249,119,202). Sum of RGB (Red+Green+Blue) = 249+119+202=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F977CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977CA is #068835. Grayscale: #A7A7A7. Windows color (decimal): -428086 or 13268985. OLE color: 13268985.

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

Color convert

RGB 249 119 202 -
CMYK 0 0.52 0.19 0.02
HSL 321.69º 0.92% 0.72% -
HSV(B) 321.69º 0.52% 0.98% -
XYZ 56.32 37.6 60.17 -
YUV 167.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 249 119 202 0 0.52 0.19 0.02 321.69 0.92 0.72
Hex F9 77 CA 0 34 13 2 142 5C 48
Octal 371 167 312 0 64 23 2 502 134 110
Binary 11111001 1110111 11001010 0 110100 10011 10 101000010 1011100 1001000

Color Harmonies of #F977CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977CA

Black with #F977CA

Text Example


Text Example

White with #F977CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977CA; }

 p { color: rgb(249,119,202); }

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

background-color css

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

 a { background-color: rgb(249,119,202); }

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

border-color css

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

 span { border-color: rgb(249,119,202); }

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