Html Css Color HEX #F16CC4 Neon Pink

📋 copy color: '#F16CC4'

red 241 ◦ green 108 ◦ blue 196

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

Shades of Neon Pink #F16CC4

Tints of Neon Pink #F16CC4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.82%

 BLUE value IS 196 (76.95% from 255) = 35.96%

R = 44.22%
G = 19.82%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F16CC4 (or 0xF16CC4) is known color: Neon Pink. HEX triplet: F1, 6C and C4. RGB value is (241,108,196). Sum of RGB (Red+Green+Blue) = 241+108+196=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16CC4 is #0E933B. Grayscale: #9D9D9D. Windows color (decimal): -955196 or 12872945. OLE color: 12872945.

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

Color convert

RGB 241 108 196 -
CMYK 0 0.55 0.19 0.05
HSL 320.3º 0.83% 0.68% -
HSV(B) 320.3º 0.55% 0.95% -
XYZ 51.6 33.41 55.95 -
YUV 157.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 241 108 196 0 0.55 0.19 0.05 320.3 0.83 0.68
Hex F1 6C C4 0 37 13 5 140 53 44
Octal 361 154 304 0 67 23 5 500 123 104
Binary 11110001 1101100 11000100 0 110111 10011 101 101000000 1010011 1000100

Color Harmonies of #F16CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CC4

Black with #F16CC4

Text Example


Text Example

White with #F16CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CC4; }

 p { color: rgb(241,108,196); }

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

background-color css

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

 a { background-color: rgb(241,108,196); }

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

border-color css

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

 span { border-color: rgb(241,108,196); }

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