Html Css Color HEX #F575CB Neon Pink

📋 copy color: '#F575CB'

red 245 ◦ green 117 ◦ blue 203

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

Shades of Neon Pink #F575CB

Tints of Neon Pink #F575CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.71%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 43.36%
G = 20.71%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F575CB (or 0xF575CB) is known color: Neon Pink. HEX triplet: F5, 75 and CB. RGB value is (245,117,203). Sum of RGB (Red+Green+Blue) = 245+117+203=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F575CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575CB is #0A8A34. Grayscale: #A4A4A4. Windows color (decimal): -690741 or 13334005. OLE color: 13334005.

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

Color convert

RGB 245 117 203 -
CMYK 0 0.52 0.17 0.04
HSL 319.69º 0.86% 0.71% -
HSV(B) 319.69º 0.52% 0.96% -
XYZ 54.8 36.45 60.65 -
YUV 165.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 245 117 203 0 0.52 0.17 0.04 319.69 0.86 0.71
Hex F5 75 CB 0 34 11 4 140 56 47
Octal 365 165 313 0 64 21 4 500 126 107
Binary 11110101 1110101 11001011 0 110100 10001 100 101000000 1010110 1000111

Color Harmonies of #F575CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F575CB

Black with #F575CB

Text Example


Text Example

White with #F575CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F575CB; }

 p { color: rgb(245,117,203); }

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

background-color css

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

 a { background-color: rgb(245,117,203); }

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

border-color css

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

 span { border-color: rgb(245,117,203); }

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