Html Css Color HEX #F472CA Neon Pink

📋 copy color: '#F472CA'

red 244 ◦ green 114 ◦ blue 202

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

Shades of Neon Pink #F472CA

Tints of Neon Pink #F472CA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.36%

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 43.57%
G = 20.36%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F472CA (or 0xF472CA) is known color: Neon Pink. HEX triplet: F4, 72 and CA. RGB value is (244,114,202). Sum of RGB (Red+Green+Blue) = 244+114+202=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F472CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F472CA is #0B8D35. Grayscale: #A2A2A2. Windows color (decimal): -757046 or 13267700. OLE color: 13267700.

HSL color Cylindrical-coordinate representation of color #F472CA: hue angle of 319.38º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F472CA is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 114 202 -
CMYK 0 0.53 0.17 0.04
HSL 319.38º 0.86% 0.7% -
HSV(B) 319.38º 0.53% 0.96% -
XYZ 53.99 35.53 59.89 -
YUV 162.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 244 114 202 0 0.53 0.17 0.04 319.38 0.86 0.7
Hex F4 72 CA 0 35 11 4 13F 56 46
Octal 364 162 312 0 65 21 4 477 126 106
Binary 11110100 1110010 11001010 0 110101 10001 100 100111111 1010110 1000110

Color Harmonies of #F472CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F472CA

Black with #F472CA

Text Example


Text Example

White with #F472CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F472CA; }

 p { color: rgb(244,114,202); }

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

background-color css

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

 a { background-color: rgb(244,114,202); }

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

border-color css

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

 span { border-color: rgb(244,114,202); }

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