Html Css Color HEX #F970CA Neon Pink

📋 copy color: '#F970CA'

red 249 ◦ green 112 ◦ blue 202

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

Shades of Neon Pink #F970CA

Tints of Neon Pink #F970CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 44.23%
G = 19.89%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F970CA (or 0xF970CA) is known color: Neon Pink. HEX triplet: F9, 70 and CA. RGB value is (249,112,202). Sum of RGB (Red+Green+Blue) = 249+112+202=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F970CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970CA is #068F35. Grayscale: #A3A3A3. Windows color (decimal): -429878 or 13267193. OLE color: 13267193.

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

Color convert

RGB 249 112 202 -
CMYK 0 0.55 0.19 0.02
HSL 320.58º 0.92% 0.71% -
HSV(B) 320.58º 0.55% 0.98% -
XYZ 55.52 35.99 59.9 -
YUV 163.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 249 112 202 0 0.55 0.19 0.02 320.58 0.92 0.71
Hex F9 70 CA 0 37 13 2 141 5C 47
Octal 371 160 312 0 67 23 2 501 134 107
Binary 11111001 1110000 11001010 0 110111 10011 10 101000001 1011100 1000111

Color Harmonies of #F970CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970CA

Black with #F970CA

Text Example


Text Example

White with #F970CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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