Html Css Color HEX #F17ACD Neon Pink

📋 copy color: '#F17ACD'

red 241 ◦ green 122 ◦ blue 205

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

Shades of Neon Pink #F17ACD

Tints of Neon Pink #F17ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.48%

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

R = 42.43%
G = 21.48%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F17ACD (or 0xF17ACD) is known color: Neon Pink. HEX triplet: F1, 7A and CD. RGB value is (241,122,205). Sum of RGB (Red+Green+Blue) = 241+122+205=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ACD is #0E8532. Grayscale: #A6A6A6. Windows color (decimal): -951603 or 13466353. OLE color: 13466353.

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

Color convert

RGB 241 122 205 -
CMYK 0 0.49 0.15 0.05
HSL 318.15º 0.81% 0.71% -
HSV(B) 318.15º 0.49% 0.95% -
XYZ 54.25 37.03 62.05 -
YUV 167.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 241 122 205 0 0.49 0.15 0.05 318.15 0.81 0.71
Hex F1 7A CD 0 31 F 5 13E 51 47
Octal 361 172 315 0 61 17 5 476 121 107
Binary 11110001 1111010 11001101 0 110001 1111 101 100111110 1010001 1000111

Color Harmonies of #F17ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17ACD

Black with #F17ACD

Text Example


Text Example

White with #F17ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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