Html Css Color HEX #F472CC Neon Pink

📋 copy color: '#F472CC'

red 244 ◦ green 114 ◦ blue 204

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

Shades of Neon Pink #F472CC

Tints of Neon Pink #F472CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 43.42%
G = 20.28%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F472CC (or 0xF472CC) is known color: Neon Pink. HEX triplet: F4, 72 and CC. RGB value is (244,114,204). Sum of RGB (Red+Green+Blue) = 244+114+204=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F472CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F472CC is #0B8D33. Grayscale: #A2A2A2. Windows color (decimal): -757044 or 13398772. OLE color: 13398772.

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

Color convert

RGB 244 114 204 -
CMYK 0 0.53 0.16 0.04
HSL 318.46º 0.86% 0.7% -
HSV(B) 318.46º 0.53% 0.96% -
XYZ 54.22 35.63 61.15 -
YUV 163.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 244 114 204 0 0.53 0.16 0.04 318.46 0.86 0.7
Hex F4 72 CC 0 35 10 4 13E 56 46
Octal 364 162 314 0 65 20 4 476 126 106
Binary 11110100 1110010 11001100 0 110101 10000 100 100111110 1010110 1000110

Color Harmonies of #F472CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F472CC

Black with #F472CC

Text Example


Text Example

White with #F472CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F472CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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