Html Css Color HEX #F56DCD Neon Pink

📋 copy color: '#F56DCD'

red 245 ◦ green 109 ◦ blue 205

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

Shades of Neon Pink #F56DCD

Tints of Neon Pink #F56DCD

RGB

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

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

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

R = 43.83%
G = 19.5%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F56DCD (or 0xF56DCD) is known color: Neon Pink. HEX triplet: F5, 6D and CD. RGB value is (245,109,205). Sum of RGB (Red+Green+Blue) = 245+109+205=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DCD is #0A9232. Grayscale: #A0A0A0. Windows color (decimal): -692787 or 13463029. OLE color: 13463029.

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

Color convert

RGB 245 109 205 -
CMYK 0 0.56 0.16 0.04
HSL 317.65º 0.87% 0.69% -
HSV(B) 317.65º 0.56% 0.96% -
XYZ 54.14 34.76 61.61 -
YUV 160.61 153.06 188.19 -
System Red Green Blue C M Y K H S L
Decimal 245 109 205 0 0.56 0.16 0.04 317.65 0.87 0.69
Hex F5 6D CD 0 38 10 4 13E 57 45
Octal 365 155 315 0 70 20 4 476 127 105
Binary 11110101 1101101 11001101 0 111000 10000 100 100111110 1010111 1000101

Color Harmonies of #F56DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56DCD

Black with #F56DCD

Text Example


Text Example

White with #F56DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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