Html Css Color HEX #F174CB Neon Pink

📋 copy color: '#F174CB'

red 241 ◦ green 116 ◦ blue 203

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

Shades of Neon Pink #F174CB

Tints of Neon Pink #F174CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 43.04%
G = 20.71%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F174CB (or 0xF174CB) is known color: Neon Pink. HEX triplet: F1, 74 and CB. RGB value is (241,116,203). Sum of RGB (Red+Green+Blue) = 241+116+203=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F174CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174CB is #0E8B34. Grayscale: #A3A3A3. Windows color (decimal): -953141 or 13333745. OLE color: 13333745.

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

Color convert

RGB 241 116 203 -
CMYK 0 0.52 0.16 0.05
HSL 318.24º 0.82% 0.7% -
HSV(B) 318.24º 0.52% 0.95% -
XYZ 53.3 35.5 60.54 -
YUV 163.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 241 116 203 0 0.52 0.16 0.05 318.24 0.82 0.7
Hex F1 74 CB 0 34 10 5 13E 52 46
Octal 361 164 313 0 64 20 5 476 122 106
Binary 11110001 1110100 11001011 0 110100 10000 101 100111110 1010010 1000110

Color Harmonies of #F174CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F174CB

Black with #F174CB

Text Example


Text Example

White with #F174CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F174CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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