Html Css Color HEX #F970CC Neon Pink

📋 copy color: '#F970CC'

red 249 ◦ green 112 ◦ blue 204

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

Shades of Neon Pink #F970CC

Tints of Neon Pink #F970CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.82%

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

R = 44.07%
G = 19.82%
B = 36.11%

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

#F970CC (or 0xF970CC) is known color: Neon Pink. HEX triplet: F9, 70 and CC. RGB value is (249,112,204). Sum of RGB (Red+Green+Blue) = 249+112+204=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F970CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970CC is #068F33. Grayscale: #A3A3A3. Windows color (decimal): -429876 or 13398265. OLE color: 13398265.

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

Color convert

RGB 249 112 204 -
CMYK 0 0.55 0.18 0.02
HSL 319.71º 0.92% 0.71% -
HSV(B) 319.71º 0.55% 0.98% -
XYZ 55.76 36.09 61.15 -
YUV 163.45 150.89 189.02 -
System Red Green Blue C M Y K H S L
Decimal 249 112 204 0 0.55 0.18 0.02 319.71 0.92 0.71
Hex F9 70 CC 0 37 12 2 140 5C 47
Octal 371 160 314 0 67 22 2 500 134 107
Binary 11111001 1110000 11001100 0 110111 10010 10 101000000 1011100 1000111

Color Harmonies of #F970CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970CC

Black with #F970CC

Text Example


Text Example

White with #F970CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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