Html Css Color HEX #F755C7 Neon Pink

📋 copy color: '#F755C7'

red 247 ◦ green 85 ◦ blue 199

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

Shades of Neon Pink #F755C7

Tints of Neon Pink #F755C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 46.52%
G = 16.01%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F755C7 (or 0xF755C7) is known color: Neon Pink. HEX triplet: F7, 55 and C7. RGB value is (247,85,199). Sum of RGB (Red+Green+Blue) = 247+85+199=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F755C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755C7 is #08AA38. Grayscale: #929292. Windows color (decimal): -567865 or 13063671. OLE color: 13063671.

HSL color Cylindrical-coordinate representation of color #F755C7: hue angle of 317.78º 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 #F755C7 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 85 199 -
CMYK 0 0.66 0.19 0.03
HSL 317.78º 0.91% 0.65% -
HSV(B) 317.78º 0.66% 0.97% -
XYZ 51.92 30.39 57.16 -
YUV 146.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 247 85 199 0 0.66 0.19 0.03 317.78 0.91 0.65
Hex F7 55 C7 0 42 13 3 13E 5B 41
Octal 367 125 307 0 102 23 3 476 133 101
Binary 11110111 1010101 11000111 0 1000010 10011 11 100111110 1011011 1000001

Color Harmonies of #F755C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755C7

Black with #F755C7

Text Example


Text Example

White with #F755C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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