Html Css Color HEX #F16ED4 Neon Pink

📋 copy color: '#F16ED4'

red 241 ◦ green 110 ◦ blue 212

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

Shades of Neon Pink #F16ED4

Tints of Neon Pink #F16ED4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.54%

 BLUE value IS 212 (83.2% from 255) = 37.66%

R = 42.81%
G = 19.54%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F16ED4 (or 0xF16ED4) is known color: Neon Pink. HEX triplet: F1, 6E and D4. RGB value is (241,110,212). Sum of RGB (Red+Green+Blue) = 241+110+212=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ED4 is #0E912B. Grayscale: #A0A0A0. Windows color (decimal): -954668 or 13922033. OLE color: 13922033.

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

Color convert

RGB 241 110 212 -
CMYK 0 0.54 0.12 0.05
HSL 313.28º 0.82% 0.69% -
HSV(B) 313.28º 0.54% 0.95% -
XYZ 53.74 34.61 66.13 -
YUV 160.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 241 110 212 0 0.54 0.12 0.05 313.28 0.82 0.69
Hex F1 6E D4 0 36 C 5 139 52 45
Octal 361 156 324 0 66 14 5 471 122 105
Binary 11110001 1101110 11010100 0 110110 1100 101 100111001 1010010 1000101

Color Harmonies of #F16ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16ED4

Black with #F16ED4

Text Example


Text Example

White with #F16ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16ED4; }

 p { color: rgb(241,110,212); }

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

background-color css

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

 a { background-color: rgb(241,110,212); }

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

border-color css

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

 span { border-color: rgb(241,110,212); }

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