Html Css Color HEX #F974C8 Neon Pink

📋 copy color: '#F974C8'

red 249 ◦ green 116 ◦ blue 200

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

Shades of Neon Pink #F974C8

Tints of Neon Pink #F974C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 44.07%
G = 20.53%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#F974C8 (or 0xF974C8) is known color: Neon Pink. HEX triplet: F9, 74 and C8. RGB value is (249,116,200). Sum of RGB (Red+Green+Blue) = 249+116+200=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F974C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974C8 is #068B37. Grayscale: #A5A5A5. Windows color (decimal): -428856 or 13137145. OLE color: 13137145.

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

Color convert

RGB 249 116 200 -
CMYK 0 0.53 0.20 0.02
HSL 322.11º 0.92% 0.72% -
HSV(B) 322.11º 0.53% 0.98% -
XYZ 55.74 36.8 58.81 -
YUV 165.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 249 116 200 0 0.53 0.20 0.02 322.11 0.92 0.72
Hex F9 74 C8 0 35 14 2 142 5C 48
Octal 371 164 310 0 65 24 2 502 134 110
Binary 11111001 1110100 11001000 0 110101 10100 10 101000010 1011100 1001000

Color Harmonies of #F974C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974C8

Black with #F974C8

Text Example


Text Example

White with #F974C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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