Html Css Color HEX #F171CC Neon Pink

📋 copy color: '#F171CC'

red 241 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #F171CC

Tints of Neon Pink #F171CC

RGB

 RED value IS 241 (94.53% from 255) = 43.19%

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

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

R = 43.19%
G = 20.25%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F171CC (or 0xF171CC) is known color: Neon Pink. HEX triplet: F1, 71 and CC. RGB value is (241,113,204). Sum of RGB (Red+Green+Blue) = 241+113+204=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F171CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171CC is #0E8E33. Grayscale: #A1A1A1. Windows color (decimal): -953908 or 13398513. OLE color: 13398513.

HSL color Cylindrical-coordinate representation of color #F171CC: hue angle of 317.34º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171CC is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 113 204 -
CMYK 0 0.53 0.15 0.05
HSL 317.34º 0.82% 0.69% -
HSV(B) 317.34º 0.53% 0.95% -
XYZ 53.08 34.87 61.06 -
YUV 161.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 241 113 204 0 0.53 0.15 0.05 317.34 0.82 0.69
Hex F1 71 CC 0 35 F 5 13D 52 45
Octal 361 161 314 0 65 17 5 475 122 105
Binary 11110001 1110001 11001100 0 110101 1111 101 100111101 1010010 1000101

Color Harmonies of #F171CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F171CC

Black with #F171CC

Text Example


Text Example

White with #F171CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F171CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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