Html Css Color HEX #F171CE Neon Pink

📋 copy color: '#F171CE'

red 241 ◦ green 113 ◦ blue 206

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

Shades of Neon Pink #F171CE

Tints of Neon Pink #F171CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 43.04%
G = 20.18%
B = 36.79%

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

#F171CE (or 0xF171CE) is known color: Neon Pink. HEX triplet: F1, 71 and CE. RGB value is (241,113,206). Sum of RGB (Red+Green+Blue) = 241+113+206=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F171CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171CE is #0E8E31. Grayscale: #A1A1A1. Windows color (decimal): -953906 or 13529585. OLE color: 13529585.

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

Color convert

RGB 241 113 206 -
CMYK 0 0.53 0.15 0.05
HSL 316.41º 0.82% 0.69% -
HSV(B) 316.41º 0.53% 0.95% -
XYZ 53.32 34.97 62.33 -
YUV 161.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 241 113 206 0 0.53 0.15 0.05 316.41 0.82 0.69
Hex F1 71 CE 0 35 F 5 13C 52 45
Octal 361 161 316 0 65 17 5 474 122 105
Binary 11110001 1110001 11001110 0 110101 1111 101 100111100 1010010 1000101

Color Harmonies of #F171CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F171CE

Black with #F171CE

Text Example


Text Example

White with #F171CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F171CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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