Html Css Color HEX #F56CCA Neon Pink

📋 copy color: '#F56CCA'

red 245 ◦ green 108 ◦ blue 202

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

Shades of Neon Pink #F56CCA

Tints of Neon Pink #F56CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.46%

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

R = 44.14%
G = 19.46%
B = 36.4%

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

#F56CCA (or 0xF56CCA) is known color: Neon Pink. HEX triplet: F5, 6C and CA. RGB value is (245,108,202). Sum of RGB (Red+Green+Blue) = 245+108+202=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 108 (42.58% from 255 or 19.46% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CCA is #0A9335. Grayscale: #9F9F9F. Windows color (decimal): -693046 or 13266165. OLE color: 13266165.

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

Color convert

RGB 245 108 202 -
CMYK 0 0.56 0.18 0.04
HSL 318.83º 0.87% 0.69% -
HSV(B) 318.83º 0.56% 0.96% -
XYZ 53.68 34.4 59.69 -
YUV 159.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 245 108 202 0 0.56 0.18 0.04 318.83 0.87 0.69
Hex F5 6C CA 0 38 12 4 13F 57 45
Octal 365 154 312 0 70 22 4 477 127 105
Binary 11110101 1101100 11001010 0 111000 10010 100 100111111 1010111 1000101

Color Harmonies of #F56CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56CCA

Black with #F56CCA

Text Example


Text Example

White with #F56CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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