Html Css Color HEX #F973CC Neon Pink

📋 copy color: '#F973CC'

red 249 ◦ green 115 ◦ blue 204

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

Shades of Neon Pink #F973CC

Tints of Neon Pink #F973CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.25%

 BLUE value IS 204 (80.08% from 255) = 35.92%

R = 43.84%
G = 20.25%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F973CC (or 0xF973CC) is known color: Neon Pink. HEX triplet: F9, 73 and CC. RGB value is (249,115,204). Sum of RGB (Red+Green+Blue) = 249+115+204=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F973CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973CC is #068C33. Grayscale: #A4A4A4. Windows color (decimal): -429108 or 13399033. OLE color: 13399033.

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

Color convert

RGB 249 115 204 -
CMYK 0 0.54 0.18 0.02
HSL 320.15º 0.92% 0.71% -
HSV(B) 320.15º 0.54% 0.98% -
XYZ 56.1 36.76 61.27 -
YUV 165.21 149.89 187.76 -
System Red Green Blue C M Y K H S L
Decimal 249 115 204 0 0.54 0.18 0.02 320.15 0.92 0.71
Hex F9 73 CC 0 36 12 2 140 5C 47
Octal 371 163 314 0 66 22 2 500 134 107
Binary 11111001 1110011 11001100 0 110110 10010 10 101000000 1011100 1000111

Color Harmonies of #F973CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F973CC

Black with #F973CC

Text Example


Text Example

White with #F973CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F973CC; }

 p { color: rgb(249,115,204); }

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

background-color css

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

 a { background-color: rgb(249,115,204); }

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

border-color css

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

 span { border-color: rgb(249,115,204); }

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