Html Css Color HEX #F577CF Neon Pink

📋 copy color: '#F577CF'

red 245 ◦ green 119 ◦ blue 207

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

Shades of Neon Pink #F577CF

Tints of Neon Pink #F577CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.84%

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 42.91%
G = 20.84%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F577CF (or 0xF577CF) is known color: Neon Pink. HEX triplet: F5, 77 and CF. RGB value is (245,119,207). Sum of RGB (Red+Green+Blue) = 245+119+207=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F577CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577CF is #0A8830. Grayscale: #A6A6A6. Windows color (decimal): -690225 or 13596661. OLE color: 13596661.

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

Color convert

RGB 245 119 207 -
CMYK 0 0.51 0.16 0.04
HSL 318.1º 0.86% 0.71% -
HSV(B) 318.1º 0.51% 0.96% -
XYZ 55.52 37.11 63.27 -
YUV 166.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 245 119 207 0 0.51 0.16 0.04 318.1 0.86 0.71
Hex F5 77 CF 0 33 10 4 13E 56 47
Octal 365 167 317 0 63 20 4 476 126 107
Binary 11110101 1110111 11001111 0 110011 10000 100 100111110 1010110 1000111

Color Harmonies of #F577CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577CF

Black with #F577CF

Text Example


Text Example

White with #F577CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577CF; }

 p { color: rgb(245,119,207); }

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

background-color css

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

 a { background-color: rgb(245,119,207); }

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

border-color css

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

 span { border-color: rgb(245,119,207); }

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