Html Css Color HEX #FF55C7 Neon Pink

📋 copy color: '#FF55C7'

red 255 ◦ green 85 ◦ blue 199

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

Shades of Neon Pink #FF55C7

Tints of Neon Pink #FF55C7

RGB

 RED value IS 255 (100% from 255) = 47.31%

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

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

R = 47.31%
G = 15.77%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF55C7 (or 0xFF55C7) is known color: Neon Pink. HEX triplet: FF, 55 and C7. RGB value is (255,85,199). Sum of RGB (Red+Green+Blue) = 255+85+199=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55C7 is #00AA38. Grayscale: #949494. Windows color (decimal): -43577 or 13063679. OLE color: 13063679.

HSL color Cylindrical-coordinate representation of color #FF55C7: hue angle of 319.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55C7 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 85 199 -
CMYK 0 0.67 0.22 0
HSL 319.76º 1% 0.67% -
HSV(B) 319.76º 0.67% 1% -
XYZ 54.8 31.88 57.3 -
YUV 148.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 255 85 199 0 0.67 0.22 0 319.76 1 0.67
Hex FF 55 C7 0 43 16 0 140 64 43
Octal 377 125 307 0 103 26 0 500 144 103
Binary 11111111 1010101 11000111 0 1000011 10110 0 101000000 1100100 1000011

Color Harmonies of #FF55C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55C7

Black with #FF55C7

Text Example


Text Example

White with #FF55C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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