Html Css Color HEX #F174C5 Neon Pink

📋 copy color: '#F174C5'

red 241 ◦ green 116 ◦ blue 197

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

Shades of Neon Pink #F174C5

Tints of Neon Pink #F174C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.56%

R = 43.5%
G = 20.94%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F174C5 (or 0xF174C5) is known color: Neon Pink. HEX triplet: F1, 74 and C5. RGB value is (241,116,197). Sum of RGB (Red+Green+Blue) = 241+116+197=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F174C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174C5 is #0E8B3A. Grayscale: #A2A2A2. Windows color (decimal): -953147 or 12940529. OLE color: 12940529.

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

Color convert

RGB 241 116 197 -
CMYK 0 0.52 0.18 0.05
HSL 321.12º 0.82% 0.7% -
HSV(B) 321.12º 0.52% 0.95% -
XYZ 52.6 35.22 56.85 -
YUV 162.61 147.41 183.91 -
System Red Green Blue C M Y K H S L
Decimal 241 116 197 0 0.52 0.18 0.05 321.12 0.82 0.7
Hex F1 74 C5 0 34 12 5 141 52 46
Octal 361 164 305 0 64 22 5 501 122 106
Binary 11110001 1110100 11000101 0 110100 10010 101 101000001 1010010 1000110

Color Harmonies of #F174C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F174C5

Black with #F174C5

Text Example


Text Example

White with #F174C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F174C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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