Html Css Color HEX #F174C7 Neon Pink

📋 copy color: '#F174C7'

red 241 ◦ green 116 ◦ blue 199

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

Shades of Neon Pink #F174C7

Tints of Neon Pink #F174C7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.86%

 BLUE value IS 199 (78.13% from 255) = 35.79%

R = 43.35%
G = 20.86%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F174C7 (or 0xF174C7) is known color: Neon Pink. HEX triplet: F1, 74 and C7. RGB value is (241,116,199). Sum of RGB (Red+Green+Blue) = 241+116+199=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F174C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174C7 is #0E8B38. Grayscale: #A2A2A2. Windows color (decimal): -953145 or 13071601. OLE color: 13071601.

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

Color convert

RGB 241 116 199 -
CMYK 0 0.52 0.17 0.05
HSL 320.16º 0.82% 0.7% -
HSV(B) 320.16º 0.52% 0.95% -
XYZ 52.83 35.32 58.06 -
YUV 162.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 241 116 199 0 0.52 0.17 0.05 320.16 0.82 0.7
Hex F1 74 C7 0 34 11 5 140 52 46
Octal 361 164 307 0 64 21 5 500 122 106
Binary 11110001 1110100 11000111 0 110100 10001 101 101000000 1010010 1000110

Color Harmonies of #F174C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F174C7

Black with #F174C7

Text Example


Text Example

White with #F174C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F174C7; }

 p { color: rgb(241,116,199); }

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

background-color css

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

 a { background-color: rgb(241,116,199); }

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

border-color css

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

 span { border-color: rgb(241,116,199); }

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