Html Css Color HEX #F970D0 Neon Pink

📋 copy color: '#F970D0'

red 249 ◦ green 112 ◦ blue 208

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

Shades of Neon Pink #F970D0

Tints of Neon Pink #F970D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.56%

R = 43.76%
G = 19.68%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F970D0 (or 0xF970D0) is known color: Neon Pink. HEX triplet: F9, 70 and D0. RGB value is (249,112,208). Sum of RGB (Red+Green+Blue) = 249+112+208=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F970D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970D0 is #068F2F. Grayscale: #A3A3A3. Windows color (decimal): -429872 or 13660409. OLE color: 13660409.

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

Color convert

RGB 249 112 208 -
CMYK 0 0.55 0.16 0.02
HSL 317.96º 0.92% 0.71% -
HSV(B) 317.96º 0.55% 0.98% -
XYZ 56.25 36.28 63.71 -
YUV 163.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 249 112 208 0 0.55 0.16 0.02 317.96 0.92 0.71
Hex F9 70 D0 0 37 10 2 13E 5C 47
Octal 371 160 320 0 67 20 2 476 134 107
Binary 11111001 1110000 11010000 0 110111 10000 10 100111110 1011100 1000111

Color Harmonies of #F970D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970D0

Black with #F970D0

Text Example


Text Example

White with #F970D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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