Html Css Color HEX #F977CE Neon Pink

📋 copy color: '#F977CE'

red 249 ◦ green 119 ◦ blue 206

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

Shades of Neon Pink #F977CE

Tints of Neon Pink #F977CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 43.38%
G = 20.73%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F977CE (or 0xF977CE) is known color: Neon Pink. HEX triplet: F9, 77 and CE. RGB value is (249,119,206). Sum of RGB (Red+Green+Blue) = 249+119+206=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F977CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977CE is #068831. Grayscale: #A7A7A7. Windows color (decimal): -428082 or 13531129. OLE color: 13531129.

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

Color convert

RGB 249 119 206 -
CMYK 0 0.52 0.17 0.02
HSL 319.85º 0.92% 0.72% -
HSV(B) 319.85º 0.52% 0.98% -
XYZ 56.8 37.79 62.69 -
YUV 167.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 249 119 206 0 0.52 0.17 0.02 319.85 0.92 0.72
Hex F9 77 CE 0 34 11 2 140 5C 48
Octal 371 167 316 0 64 21 2 500 134 110
Binary 11111001 1110111 11001110 0 110100 10001 10 101000000 1011100 1001000

Color Harmonies of #F977CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977CE

Black with #F977CE

Text Example


Text Example

White with #F977CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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