Html Css Color HEX #F168CC Neon Pink

📋 copy color: '#F168CC'

red 241 ◦ green 104 ◦ blue 204

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

Shades of Neon Pink #F168CC

Tints of Neon Pink #F168CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.94%

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 43.9%
G = 18.94%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F168CC (or 0xF168CC) is known color: Neon Pink. HEX triplet: F1, 68 and CC. RGB value is (241,104,204). Sum of RGB (Red+Green+Blue) = 241+104+204=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F168CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168CC is #0E9733. Grayscale: #9C9C9C. Windows color (decimal): -956212 or 13396209. OLE color: 13396209.

HSL color Cylindrical-coordinate representation of color #F168CC: hue angle of 316.2º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F168CC is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 104 204 -
CMYK 0 0.57 0.15 0.05
HSL 316.2º 0.83% 0.68% -
HSV(B) 316.2º 0.57% 0.95% -
XYZ 52.13 32.96 60.74 -
YUV 156.36 154.89 188.37 -
System Red Green Blue C M Y K H S L
Decimal 241 104 204 0 0.57 0.15 0.05 316.2 0.83 0.68
Hex F1 68 CC 0 39 F 5 13C 53 44
Octal 361 150 314 0 71 17 5 474 123 104
Binary 11110001 1101000 11001100 0 111001 1111 101 100111100 1010011 1000100

Color Harmonies of #F168CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F168CC

Black with #F168CC

Text Example


Text Example

White with #F168CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F168CC; }

 p { color: rgb(241,104,204); }

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

background-color css

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

 a { background-color: rgb(241,104,204); }

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

border-color css

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

 span { border-color: rgb(241,104,204); }

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