Html Css Color HEX #F579CA Neon Pink

📋 copy color: '#F579CA'

red 245 ◦ green 121 ◦ blue 202

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

Shades of Neon Pink #F579CA

Tints of Neon Pink #F579CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.3%

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

R = 43.13%
G = 21.3%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F579CA (or 0xF579CA) is known color: Neon Pink. HEX triplet: F5, 79 and CA. RGB value is (245,121,202). Sum of RGB (Red+Green+Blue) = 245+121+202=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F579CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579CA is #0A8635. Grayscale: #A7A7A7. Windows color (decimal): -689718 or 13269493. OLE color: 13269493.

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

Color convert

RGB 245 121 202 -
CMYK 0 0.51 0.18 0.04
HSL 320.81º 0.86% 0.72% -
HSV(B) 320.81º 0.51% 0.96% -
XYZ 55.15 37.35 60.18 -
YUV 167.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 245 121 202 0 0.51 0.18 0.04 320.81 0.86 0.72
Hex F5 79 CA 0 33 12 4 141 56 48
Octal 365 171 312 0 63 22 4 501 126 110
Binary 11110101 1111001 11001010 0 110011 10010 100 101000001 1010110 1001000

Color Harmonies of #F579CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F579CA

Black with #F579CA

Text Example


Text Example

White with #F579CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F579CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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