Html Css Color HEX #F970D7 Neon Pink

📋 copy color: '#F970D7'

red 249 ◦ green 112 ◦ blue 215

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

Shades of Neon Pink #F970D7

Tints of Neon Pink #F970D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.33%

R = 43.23%
G = 19.44%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F970D7 (or 0xF970D7) is known color: Neon Pink. HEX triplet: F9, 70 and D7. RGB value is (249,112,215). Sum of RGB (Red+Green+Blue) = 249+112+215=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F970D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970D7 is #068F28. Grayscale: #A4A4A4. Windows color (decimal): -429865 or 14119161. OLE color: 14119161.

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

Color convert

RGB 249 112 215 -
CMYK 0 0.55 0.14 0.02
HSL 314.89º 0.92% 0.71% -
HSV(B) 314.89º 0.55% 0.98% -
XYZ 57.13 36.63 68.35 -
YUV 164.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 249 112 215 0 0.55 0.14 0.02 314.89 0.92 0.71
Hex F9 70 D7 0 37 E 2 13B 5C 47
Octal 371 160 327 0 67 16 2 473 134 107
Binary 11111001 1110000 11010111 0 110111 1110 10 100111011 1011100 1000111

Color Harmonies of #F970D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970D7

Black with #F970D7

Text Example


Text Example

White with #F970D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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