Html Css Color HEX #F775CB Neon Pink

📋 copy color: '#F775CB'

red 247 ◦ green 117 ◦ blue 203

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

Shades of Neon Pink #F775CB

Tints of Neon Pink #F775CB

RGB

 RED value IS 247 (96.88% from 255) = 43.56%

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

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

R = 43.56%
G = 20.63%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F775CB (or 0xF775CB) is known color: Neon Pink. HEX triplet: F7, 75 and CB. RGB value is (247,117,203). Sum of RGB (Red+Green+Blue) = 247+117+203=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F775CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F775CB is #088A34. Grayscale: #A5A5A5. Windows color (decimal): -559669 or 13334007. OLE color: 13334007.

HSL color Cylindrical-coordinate representation of color #F775CB: hue angle of 320.31º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F775CB is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 117 203 -
CMYK 0 0.53 0.18 0.03
HSL 320.31º 0.89% 0.71% -
HSV(B) 320.31º 0.53% 0.97% -
XYZ 55.5 36.81 60.68 -
YUV 165.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 247 117 203 0 0.53 0.18 0.03 320.31 0.89 0.71
Hex F7 75 CB 0 35 12 3 140 59 47
Octal 367 165 313 0 65 22 3 500 131 107
Binary 11110111 1110101 11001011 0 110101 10010 11 101000000 1011001 1000111

Color Harmonies of #F775CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F775CB

Black with #F775CB

Text Example


Text Example

White with #F775CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F775CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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