#FF55CB

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

Shades of Neon Pink #FF55CB

Tints of Neon Pink #FF55CB

Color information

#FF55CB (or 0xFF55CB) is unknown color: approx Neon Pink. HEX triplet: FF, 55 and CB. RGB value is (255,85,203). Sum of RGB (Red+Green+Blue) = 255+85+203=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55CB is #00AA34. Grayscale: #949494. Windows color (decimal): -43573 or 13325823. OLE color: 13325823.

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

Color convert

RGB25585203-
CMYK00.670.200
HSL318.35º100%66.67%-
HSV(B)318.35º66.67%100%-
XYZ55.2732.0759.78-
YUV149.28158.32203.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.96%
GREEN value IS 85 (33.59% from 255) = 15.65%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=46.96%
G=15.65%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558520300.670.200318.3510066.67
HexFF55CB04314013e6443
Octal3771253130103240476144103
Binary111111111010101110010110100001110100010011111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF55CB; }

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

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

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

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

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

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

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

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