Html Css Color HEX #F755CC Neon Pink

📋 copy color: '#F755CC'

red 247 ◦ green 85 ◦ blue 204

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

Shades of Neon Pink #F755CC

Tints of Neon Pink #F755CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 46.08%
G = 15.86%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F755CC (or 0xF755CC) is known color: Neon Pink. HEX triplet: F7, 55 and CC. RGB value is (247,85,204). Sum of RGB (Red+Green+Blue) = 247+85+204=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 85 (33.59% from 255 or 15.86% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F755CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F755CC is #08AA33. Grayscale: #929292. Windows color (decimal): -567860 or 13391351. OLE color: 13391351.

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

Color convert

RGB 247 85 204 -
CMYK 0 0.66 0.17 0.03
HSL 315.93º 0.91% 0.65% -
HSV(B) 315.93º 0.66% 0.97% -
XYZ 52.51 30.63 60.27 -
YUV 147 160.17 199.32 -
System Red Green Blue C M Y K H S L
Decimal 247 85 204 0 0.66 0.17 0.03 315.93 0.91 0.65
Hex F7 55 CC 0 42 11 3 13C 5B 41
Octal 367 125 314 0 102 21 3 474 133 101
Binary 11110111 1010101 11001100 0 1000010 10001 11 100111100 1011011 1000001

Color Harmonies of #F755CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F755CC

Black with #F755CC

Text Example


Text Example

White with #F755CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F755CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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