Html Css Color HEX #F474C2 Neon Pink

📋 copy color: '#F474C2'

red 244 ◦ green 116 ◦ blue 194

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

Shades of Neon Pink #F474C2

Tints of Neon Pink #F474C2

RGB

 RED value IS 244 (95.7% from 255) = 44.04%

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

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

R = 44.04%
G = 20.94%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F474C2 (or 0xF474C2) is known color: Neon Pink. HEX triplet: F4, 74 and C2. RGB value is (244,116,194). Sum of RGB (Red+Green+Blue) = 244+116+194=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F474C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F474C2 is #0B8B3D. Grayscale: #A2A2A2. Windows color (decimal): -756542 or 12743924. OLE color: 12743924.

HSL color Cylindrical-coordinate representation of color #F474C2: hue angle of 323.44º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F474C2 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 116 194 -
CMYK 0 0.52 0.20 0.04
HSL 323.44º 0.85% 0.71% -
HSV(B) 323.44º 0.52% 0.96% -
XYZ 53.29 35.62 55.11 -
YUV 163.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 244 116 194 0 0.52 0.20 0.04 323.44 0.85 0.71
Hex F4 74 C2 0 34 14 4 143 55 47
Octal 364 164 302 0 64 24 4 503 125 107
Binary 11110100 1110100 11000010 0 110100 10100 100 101000011 1010101 1000111

Color Harmonies of #F474C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F474C2

Black with #F474C2

Text Example


Text Example

White with #F474C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F474C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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