Html Css Color HEX #F971CC Neon Pink

📋 copy color: '#F971CC'

red 249 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #F971CC

Tints of Neon Pink #F971CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.96%

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

R = 43.99%
G = 19.96%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F971CC (or 0xF971CC) is known color: Neon Pink. HEX triplet: F9, 71 and CC. RGB value is (249,113,204). Sum of RGB (Red+Green+Blue) = 249+113+204=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F971CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971CC is #068E33. Grayscale: #A3A3A3. Windows color (decimal): -429620 or 13398521. OLE color: 13398521.

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

Color convert

RGB 249 113 204 -
CMYK 0 0.55 0.18 0.02
HSL 319.85º 0.92% 0.71% -
HSV(B) 319.85º 0.55% 0.98% -
XYZ 55.87 36.31 61.19 -
YUV 164.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 249 113 204 0 0.55 0.18 0.02 319.85 0.92 0.71
Hex F9 71 CC 0 37 12 2 140 5C 47
Octal 371 161 314 0 67 22 2 500 134 107
Binary 11111001 1110001 11001100 0 110111 10010 10 101000000 1011100 1000111

Color Harmonies of #F971CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F971CC

Black with #F971CC

Text Example


Text Example

White with #F971CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F971CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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