Html Css Color HEX #F56DCA Neon Pink

📋 copy color: '#F56DCA'

red 245 ◦ green 109 ◦ blue 202

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

Shades of Neon Pink #F56DCA

Tints of Neon Pink #F56DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 44.06%
G = 19.6%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F56DCA (or 0xF56DCA) is known color: Neon Pink. HEX triplet: F5, 6D and CA. RGB value is (245,109,202). Sum of RGB (Red+Green+Blue) = 245+109+202=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DCA is #0A9235. Grayscale: #A0A0A0. Windows color (decimal): -692790 or 13266421. OLE color: 13266421.

HSL color Cylindrical-coordinate representation of color #F56DCA: hue angle of 318.97º 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 #F56DCA is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 109 202 -
CMYK 0 0.56 0.18 0.04
HSL 318.97º 0.87% 0.69% -
HSV(B) 318.97º 0.56% 0.96% -
XYZ 53.79 34.61 59.72 -
YUV 160.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 245 109 202 0 0.56 0.18 0.04 318.97 0.87 0.69
Hex F5 6D CA 0 38 12 4 13F 57 45
Octal 365 155 312 0 70 22 4 477 127 105
Binary 11110101 1101101 11001010 0 111000 10010 100 100111111 1010111 1000101

Color Harmonies of #F56DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56DCA

Black with #F56DCA

Text Example


Text Example

White with #F56DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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