Html Css Color HEX #F755C5 Neon Pink

📋 copy color: '#F755C5'

red 247 ◦ green 85 ◦ blue 197

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

Shades of Neon Pink #F755C5

Tints of Neon Pink #F755C5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.07%

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 46.69%
G = 16.07%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F755C5 (or 0xF755C5) is known color: Neon Pink. HEX triplet: F7, 55 and C5. RGB value is (247,85,197). Sum of RGB (Red+Green+Blue) = 247+85+197=529 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.69% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 247 - color contains mainly: red. Hex color #F755C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755C5 is #08AA3A. Grayscale: #919191. Windows color (decimal): -567867 or 12932599. OLE color: 12932599.

HSL color Cylindrical-coordinate representation of color #F755C5: hue angle of 318.52º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F755C5 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 85 197 -
CMYK 0 0.66 0.20 0.03
HSL 318.52º 0.91% 0.65% -
HSV(B) 318.52º 0.66% 0.97% -
XYZ 51.68 30.3 55.95 -
YUV 146.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 247 85 197 0 0.66 0.20 0.03 318.52 0.91 0.65
Hex F7 55 C5 0 42 14 3 13F 5B 41
Octal 367 125 305 0 102 24 3 477 133 101
Binary 11110111 1010101 11000101 0 1000010 10100 11 100111111 1011011 1000001

Color Harmonies of #F755C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755C5

Black with #F755C5

Text Example


Text Example

White with #F755C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755C5; }

 p { color: rgb(247,85,197); }

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

background-color css

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

 a { background-color: rgb(247,85,197); }

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

border-color css

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

 span { border-color: rgb(247,85,197); }

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