Html Css Color HEX #F16ACD Neon Pink

📋 copy color: '#F16ACD'

red 241 ◦ green 106 ◦ blue 205

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

Shades of Neon Pink #F16ACD

Tints of Neon Pink #F16ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.2%

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 43.66%
G = 19.2%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F16ACD (or 0xF16ACD) is known color: Neon Pink. HEX triplet: F1, 6A and CD. RGB value is (241,106,205). Sum of RGB (Red+Green+Blue) = 241+106+205=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F16ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16ACD is #0E9532. Grayscale: #9D9D9D. Windows color (decimal): -955699 or 13462257. OLE color: 13462257.

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

Color convert

RGB 241 106 205 -
CMYK 0 0.56 0.15 0.05
HSL 316º 0.83% 0.68% -
HSV(B) 316º 0.56% 0.95% -
XYZ 52.45 33.42 61.44 -
YUV 157.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 241 106 205 0 0.56 0.15 0.05 316 0.83 0.68
Hex F1 6A CD 0 38 F 5 13C 53 44
Octal 361 152 315 0 70 17 5 474 123 104
Binary 11110001 1101010 11001101 0 111000 1111 101 100111100 1010011 1000100

Color Harmonies of #F16ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16ACD

Black with #F16ACD

Text Example


Text Example

White with #F16ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16ACD; }

 p { color: rgb(241,106,205); }

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

background-color css

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

 a { background-color: rgb(241,106,205); }

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

border-color css

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

 span { border-color: rgb(241,106,205); }

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