Html Css Color HEX #F972CC Neon Pink

📋 copy color: '#F972CC'

red 249 ◦ green 114 ◦ blue 204

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

Shades of Neon Pink #F972CC

Tints of Neon Pink #F972CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.11%

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

R = 43.92%
G = 20.11%
B = 35.98%

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

#F972CC (or 0xF972CC) is known color: Neon Pink. HEX triplet: F9, 72 and CC. RGB value is (249,114,204). Sum of RGB (Red+Green+Blue) = 249+114+204=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F972CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F972CC is #068D33. Grayscale: #A4A4A4. Windows color (decimal): -429364 or 13398777. OLE color: 13398777.

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

Color convert

RGB 249 114 204 -
CMYK 0 0.54 0.18 0.02
HSL 320º 0.92% 0.71% -
HSV(B) 320º 0.54% 0.98% -
XYZ 55.98 36.53 61.23 -
YUV 164.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 249 114 204 0 0.54 0.18 0.02 320 0.92 0.71
Hex F9 72 CC 0 36 12 2 140 5C 47
Octal 371 162 314 0 66 22 2 500 134 107
Binary 11111001 1110010 11001100 0 110110 10010 10 101000000 1011100 1000111

Color Harmonies of #F972CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F972CC

Black with #F972CC

Text Example


Text Example

White with #F972CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F972CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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