Html Css Color HEX #F173CC Neon Pink

📋 copy color: '#F173CC'

red 241 ◦ green 115 ◦ blue 204

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

Shades of Neon Pink #F173CC

Tints of Neon Pink #F173CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.54%

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

R = 43.04%
G = 20.54%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F173CC (or 0xF173CC) is known color: Neon Pink. HEX triplet: F1, 73 and CC. RGB value is (241,115,204). Sum of RGB (Red+Green+Blue) = 241+115+204=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F173CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173CC is #0E8C33. Grayscale: #A2A2A2. Windows color (decimal): -953396 or 13399025. OLE color: 13399025.

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

Color convert

RGB 241 115 204 -
CMYK 0 0.52 0.15 0.05
HSL 317.62º 0.82% 0.7% -
HSV(B) 317.62º 0.52% 0.95% -
XYZ 53.31 35.32 61.14 -
YUV 162.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 241 115 204 0 0.52 0.15 0.05 317.62 0.82 0.7
Hex F1 73 CC 0 34 F 5 13E 52 46
Octal 361 163 314 0 64 17 5 476 122 106
Binary 11110001 1110011 11001100 0 110100 1111 101 100111110 1010010 1000110

Color Harmonies of #F173CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F173CC

Black with #F173CC

Text Example


Text Example

White with #F173CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F173CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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