Html Css Color HEX #F576CD Neon Pink

📋 copy color: '#F576CD'

red 245 ◦ green 118 ◦ blue 205

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

Shades of Neon Pink #F576CD

Tints of Neon Pink #F576CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.77%

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

R = 43.13%
G = 20.77%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F576CD (or 0xF576CD) is known color: Neon Pink. HEX triplet: F5, 76 and CD. RGB value is (245,118,205). Sum of RGB (Red+Green+Blue) = 245+118+205=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F576CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F576CD is #0A8932. Grayscale: #A5A5A5. Windows color (decimal): -690483 or 13465333. OLE color: 13465333.

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

Color convert

RGB 245 118 205 -
CMYK 0 0.52 0.16 0.04
HSL 318.9º 0.86% 0.71% -
HSV(B) 318.9º 0.52% 0.96% -
XYZ 55.15 36.78 61.95 -
YUV 165.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 245 118 205 0 0.52 0.16 0.04 318.9 0.86 0.71
Hex F5 76 CD 0 34 10 4 13F 56 47
Octal 365 166 315 0 64 20 4 477 126 107
Binary 11110101 1110110 11001101 0 110100 10000 100 100111111 1010110 1000111

Color Harmonies of #F576CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F576CD

Black with #F576CD

Text Example


Text Example

White with #F576CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F576CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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