Html Css Color HEX #F976CB Neon Pink

📋 copy color: '#F976CB'

red 249 ◦ green 118 ◦ blue 203

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

Shades of Neon Pink #F976CB

Tints of Neon Pink #F976CB

RGB

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

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

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

R = 43.68%
G = 20.7%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F976CB (or 0xF976CB) is known color: Neon Pink. HEX triplet: F9, 76 and CB. RGB value is (249,118,203). Sum of RGB (Red+Green+Blue) = 249+118+203=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F976CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976CB is #068934. Grayscale: #A6A6A6. Windows color (decimal): -428341 or 13334265. OLE color: 13334265.

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

Color convert

RGB 249 118 203 -
CMYK 0 0.53 0.18 0.02
HSL 321.07º 0.92% 0.72% -
HSV(B) 321.07º 0.53% 0.98% -
XYZ 56.32 37.41 60.75 -
YUV 166.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 249 118 203 0 0.53 0.18 0.02 321.07 0.92 0.72
Hex F9 76 CB 0 35 12 2 141 5C 48
Octal 371 166 313 0 65 22 2 501 134 110
Binary 11111001 1110110 11001011 0 110101 10010 10 101000001 1011100 1001000

Color Harmonies of #F976CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976CB

Black with #F976CB

Text Example


Text Example

White with #F976CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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