Html Css Color HEX #F16DCC Neon Pink

📋 copy color: '#F16DCC'

red 241 ◦ green 109 ◦ blue 204

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

Shades of Neon Pink #F16DCC

Tints of Neon Pink #F16DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.68%

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

R = 43.5%
G = 19.68%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F16DCC (or 0xF16DCC) is known color: Neon Pink. HEX triplet: F1, 6D and CC. RGB value is (241,109,204). Sum of RGB (Red+Green+Blue) = 241+109+204=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DCC is #0E9233. Grayscale: #9F9F9F. Windows color (decimal): -954932 or 13397489. OLE color: 13397489.

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

Color convert

RGB 241 109 204 -
CMYK 0 0.55 0.15 0.05
HSL 316.82º 0.83% 0.69% -
HSV(B) 316.82º 0.55% 0.95% -
XYZ 52.64 34 60.91 -
YUV 159.3 153.23 186.28 -
System Red Green Blue C M Y K H S L
Decimal 241 109 204 0 0.55 0.15 0.05 316.82 0.83 0.69
Hex F1 6D CC 0 37 F 5 13D 52 45
Octal 361 155 314 0 67 17 5 475 122 105
Binary 11110001 1101101 11001100 0 110111 1111 101 100111101 1010010 1000101

Color Harmonies of #F16DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16DCC

Black with #F16DCC

Text Example


Text Example

White with #F16DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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