Html Css Color HEX #F471CC Neon Pink

📋 copy color: '#F471CC'

red 244 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #F471CC

Tints of Neon Pink #F471CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.14%

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

R = 43.49%
G = 20.14%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F471CC (or 0xF471CC) is known color: Neon Pink. HEX triplet: F4, 71 and CC. RGB value is (244,113,204). Sum of RGB (Red+Green+Blue) = 244+113+204=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F471CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F471CC is #0B8E33. Grayscale: #A2A2A2. Windows color (decimal): -757300 or 13398516. OLE color: 13398516.

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

Color convert

RGB 244 113 204 -
CMYK 0 0.54 0.16 0.04
HSL 318.32º 0.86% 0.7% -
HSV(B) 318.32º 0.54% 0.96% -
XYZ 54.11 35.4 61.11 -
YUV 162.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 244 113 204 0 0.54 0.16 0.04 318.32 0.86 0.7
Hex F4 71 CC 0 36 10 4 13E 56 46
Octal 364 161 314 0 66 20 4 476 126 106
Binary 11110100 1110001 11001100 0 110110 10000 100 100111110 1010110 1000110

Color Harmonies of #F471CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F471CC

Black with #F471CC

Text Example


Text Example

White with #F471CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F471CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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