Html Css Color HEX #F974C4 Neon Pink

📋 copy color: '#F974C4'

red 249 ◦ green 116 ◦ blue 196

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

Shades of Neon Pink #F974C4

Tints of Neon Pink #F974C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.94%

R = 44.39%
G = 20.68%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F974C4 (or 0xF974C4) is known color: Neon Pink. HEX triplet: F9, 74 and C4. RGB value is (249,116,196). Sum of RGB (Red+Green+Blue) = 249+116+196=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F974C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974C4 is #068B3B. Grayscale: #A4A4A4. Windows color (decimal): -428860 or 12875001. OLE color: 12875001.

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

Color convert

RGB 249 116 196 -
CMYK 0 0.53 0.21 0.02
HSL 323.91º 0.92% 0.72% -
HSV(B) 323.91º 0.53% 0.98% -
XYZ 55.28 36.62 56.38 -
YUV 164.89 145.56 188 -
System Red Green Blue C M Y K H S L
Decimal 249 116 196 0 0.53 0.21 0.02 323.91 0.92 0.72
Hex F9 74 C4 0 35 15 2 144 5C 48
Octal 371 164 304 0 65 25 2 504 134 110
Binary 11111001 1110100 11000100 0 110101 10101 10 101000100 1011100 1001000

Color Harmonies of #F974C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974C4

Black with #F974C4

Text Example


Text Example

White with #F974C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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