Html Css Color HEX #F174CF Neon Pink

📋 copy color: '#F174CF'

red 241 ◦ green 116 ◦ blue 207

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

Shades of Neon Pink #F174CF

Tints of Neon Pink #F174CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.7%

R = 42.73%
G = 20.57%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F174CF (or 0xF174CF) is known color: Neon Pink. HEX triplet: F1, 74 and CF. RGB value is (241,116,207). Sum of RGB (Red+Green+Blue) = 241+116+207=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F174CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174CF is #0E8B30. Grayscale: #A3A3A3. Windows color (decimal): -953137 or 13595889. OLE color: 13595889.

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

Color convert

RGB 241 116 207 -
CMYK 0 0.52 0.14 0.05
HSL 316.32º 0.82% 0.7% -
HSV(B) 316.32º 0.52% 0.95% -
XYZ 53.78 35.7 63.09 -
YUV 163.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 241 116 207 0 0.52 0.14 0.05 316.32 0.82 0.7
Hex F1 74 CF 0 34 E 5 13C 52 46
Octal 361 164 317 0 64 16 5 474 122 106
Binary 11110001 1110100 11001111 0 110100 1110 101 100111100 1010010 1000110

Color Harmonies of #F174CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F174CF

Black with #F174CF

Text Example


Text Example

White with #F174CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F174CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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