#FF55CF

Color #FF55CF Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF55CF

Tints of Neon Pink #FF55CF

Color information

#FF55CF (or 0xFF55CF) is unknown color: approx Neon Pink. HEX triplet: FF, 55 and CF. RGB value is (255,85,207). Sum of RGB (Red+Green+Blue) = 255+85+207=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55CF is #00AA30. Grayscale: #959595. Windows color (decimal): -43569 or 13587967. OLE color: 13587967.

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

Color convert

RGB25585207-
CMYK00.670.190
HSL316.94º100%66.67%-
HSV(B)316.94º66.67%100%-
XYZ55.7532.2662.32-
YUV149.74160.32203.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 85 (33.59% from 255) = 15.54%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=46.62%
G=15.54%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558520700.670.190316.9410066.67
HexFF55CF04313013d6443
Octal3771253170103230475144103
Binary111111111010101110011110100001110011010011110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF55CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF55CF; }

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

 H1.HeaderClassName
 {
   color: #FF55CF;
 }
 .AnyTagClassName
 {
   color: #FF55CF;
 }
</style>
background-color css

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

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

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

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

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

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