Html Css Color HEX #F55ACD Neon Pink

📋 copy color: '#F55ACD'

red 245 ◦ green 90 ◦ blue 205

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

Shades of Neon Pink #F55ACD

Tints of Neon Pink #F55ACD

RGB

 RED value IS 245 (96.09% from 255) = 45.37%

 GREEN value IS 90 (35.55% from 255) = 16.67%

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

R = 45.37%
G = 16.67%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F55ACD (or 0xF55ACD) is known color: Neon Pink. HEX triplet: F5, 5A and CD. RGB value is (245,90,205). Sum of RGB (Red+Green+Blue) = 245+90+205=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ACD is #0AA532. Grayscale: #959595. Windows color (decimal): -697651 or 13458165. OLE color: 13458165.

HSL color Cylindrical-coordinate representation of color #F55ACD: hue angle of 315.48º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55ACD is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 90 205 -
CMYK 0 0.63 0.16 0.04
HSL 315.48º 0.89% 0.66% -
HSV(B) 315.48º 0.63% 0.96% -
XYZ 52.33 31.13 61.01 -
YUV 149.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 245 90 205 0 0.63 0.16 0.04 315.48 0.89 0.66
Hex F5 5A CD 0 3F 10 4 13B 59 42
Octal 365 132 315 0 77 20 4 473 131 102
Binary 11110101 1011010 11001101 0 111111 10000 100 100111011 1011001 1000010

Color Harmonies of #F55ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55ACD

Black with #F55ACD

Text Example


Text Example

White with #F55ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55ACD; }

 p { color: rgb(245,90,205); }

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

background-color css

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

 a { background-color: rgb(245,90,205); }

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

border-color css

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

 span { border-color: rgb(245,90,205); }

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