Html Css Color HEX #F56FCA Neon Pink

📋 copy color: '#F56FCA'

red 245 ◦ green 111 ◦ blue 202

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

Shades of Neon Pink #F56FCA

Tints of Neon Pink #F56FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.89%

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

R = 43.91%
G = 19.89%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F56FCA (or 0xF56FCA) is known color: Neon Pink. HEX triplet: F5, 6F and CA. RGB value is (245,111,202). Sum of RGB (Red+Green+Blue) = 245+111+202=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FCA is #0A9035. Grayscale: #A1A1A1. Windows color (decimal): -692278 or 13266933. OLE color: 13266933.

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

Color convert

RGB 245 111 202 -
CMYK 0 0.55 0.18 0.04
HSL 319.25º 0.87% 0.7% -
HSV(B) 319.25º 0.55% 0.96% -
XYZ 54 35.05 59.8 -
YUV 161.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 245 111 202 0 0.55 0.18 0.04 319.25 0.87 0.7
Hex F5 6F CA 0 37 12 4 13F 57 46
Octal 365 157 312 0 67 22 4 477 127 106
Binary 11110101 1101111 11001010 0 110111 10010 100 100111111 1010111 1000110

Color Harmonies of #F56FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56FCA

Black with #F56FCA

Text Example


Text Example

White with #F56FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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