Html Css Color HEX #F974C2 Neon Pink

📋 copy color: '#F974C2'

red 249 ◦ green 116 ◦ blue 194

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

Shades of Neon Pink #F974C2

Tints of Neon Pink #F974C2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.75%

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 44.54%
G = 20.75%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F974C2 (or 0xF974C2) is known color: Neon Pink. HEX triplet: F9, 74 and C2. RGB value is (249,116,194). Sum of RGB (Red+Green+Blue) = 249+116+194=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F974C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974C2 is #068B3D. Grayscale: #A4A4A4. Windows color (decimal): -428862 or 12743929. OLE color: 12743929.

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

Color convert

RGB 249 116 194 -
CMYK 0 0.53 0.22 0.02
HSL 324.81º 0.92% 0.72% -
HSV(B) 324.81º 0.53% 0.98% -
XYZ 55.05 36.53 55.19 -
YUV 164.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 249 116 194 0 0.53 0.22 0.02 324.81 0.92 0.72
Hex F9 74 C2 0 35 16 2 145 5C 48
Octal 371 164 302 0 65 26 2 505 134 110
Binary 11111001 1110100 11000010 0 110101 10110 10 101000101 1011100 1001000

Color Harmonies of #F974C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974C2

Black with #F974C2

Text Example


Text Example

White with #F974C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974C2; }

 p { color: rgb(249,116,194); }

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

background-color css

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

 a { background-color: rgb(249,116,194); }

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

border-color css

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

 span { border-color: rgb(249,116,194); }

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