Html Css Color HEX #F977CB Neon Pink

📋 copy color: '#F977CB'

red 249 ◦ green 119 ◦ blue 203

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

Shades of Neon Pink #F977CB

Tints of Neon Pink #F977CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.55%

R = 43.61%
G = 20.84%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F977CB (or 0xF977CB) is known color: Neon Pink. HEX triplet: F9, 77 and CB. RGB value is (249,119,203). Sum of RGB (Red+Green+Blue) = 249+119+203=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F977CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977CB is #068834. Grayscale: #A7A7A7. Windows color (decimal): -428085 or 13334521. OLE color: 13334521.

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

Color convert

RGB 249 119 203 -
CMYK 0 0.52 0.18 0.02
HSL 321.23º 0.92% 0.72% -
HSV(B) 321.23º 0.52% 0.98% -
XYZ 56.44 37.65 60.79 -
YUV 167.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 249 119 203 0 0.52 0.18 0.02 321.23 0.92 0.72
Hex F9 77 CB 0 34 12 2 141 5C 48
Octal 371 167 313 0 64 22 2 501 134 110
Binary 11111001 1110111 11001011 0 110100 10010 10 101000001 1011100 1001000

Color Harmonies of #F977CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977CB

Black with #F977CB

Text Example


Text Example

White with #F977CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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