Html Css Color HEX #F577CE Neon Pink

📋 copy color: '#F577CE'

red 245 ◦ green 119 ◦ blue 206

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

Shades of Neon Pink #F577CE

Tints of Neon Pink #F577CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 42.98%
G = 20.88%
B = 36.14%

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

#F577CE (or 0xF577CE) is known color: Neon Pink. HEX triplet: F5, 77 and CE. RGB value is (245,119,206). Sum of RGB (Red+Green+Blue) = 245+119+206=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F577CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F577CE is #0A8831. Grayscale: #A6A6A6. Windows color (decimal): -690226 or 13531125. OLE color: 13531125.

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

Color convert

RGB 245 119 206 -
CMYK 0 0.51 0.16 0.04
HSL 318.57º 0.86% 0.71% -
HSV(B) 318.57º 0.51% 0.96% -
XYZ 55.39 37.06 62.63 -
YUV 166.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 245 119 206 0 0.51 0.16 0.04 318.57 0.86 0.71
Hex F5 77 CE 0 33 10 4 13F 56 47
Octal 365 167 316 0 63 20 4 477 126 107
Binary 11110101 1110111 11001110 0 110011 10000 100 100111111 1010110 1000111

Color Harmonies of #F577CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F577CE

Black with #F577CE

Text Example


Text Example

White with #F577CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F577CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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