Html Css Color HEX #F175CB Neon Pink

📋 copy color: '#F175CB'

red 241 ◦ green 117 ◦ blue 203

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

Shades of Neon Pink #F175CB

Tints of Neon Pink #F175CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.86%

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

R = 42.96%
G = 20.86%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F175CB (or 0xF175CB) is known color: Neon Pink. HEX triplet: F1, 75 and CB. RGB value is (241,117,203). Sum of RGB (Red+Green+Blue) = 241+117+203=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F175CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175CB is #0E8A34. Grayscale: #A3A3A3. Windows color (decimal): -952885 or 13334001. OLE color: 13334001.

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

Color convert

RGB 241 117 203 -
CMYK 0 0.51 0.16 0.05
HSL 318.39º 0.82% 0.7% -
HSV(B) 318.39º 0.51% 0.95% -
XYZ 53.42 35.74 60.58 -
YUV 163.88 150.08 183.01 -
System Red Green Blue C M Y K H S L
Decimal 241 117 203 0 0.51 0.16 0.05 318.39 0.82 0.7
Hex F1 75 CB 0 33 10 5 13E 52 46
Octal 361 165 313 0 63 20 5 476 122 106
Binary 11110001 1110101 11001011 0 110011 10000 101 100111110 1010010 1000110

Color Harmonies of #F175CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F175CB

Black with #F175CB

Text Example


Text Example

White with #F175CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F175CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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