#ff5bd6

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

Shades of Neon Pink #FF5BD6

Tints of Neon Pink #FF5BD6

Color information

#FF5BD6 (or 0xFF5BD6) is unknown color: approx Neon Pink. HEX triplet: FF, 5B and D6. RGB value is (255,91,214). Sum of RGB (Red+Green+Blue) = 255+91+214=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BD6 is #00A429. Grayscale: #999999. Windows color (decimal): -42026 or 14048255. OLE color: 14048255.

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

Color convert

RGB25591214-
CMYK00.640.160
HSL315º100%67.84%-
HSV(B)315º64.31%100%-
XYZ57.1233.667.09-
YUV154.06161.83200-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.54%
GREEN value IS 91 (35.94% from 255) = 16.25%
BLUE value IS 214 (83.98% from 255) = 38.21%
R=45.54%
G=16.25%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559121400.640.16031510067.84
HexFF5BD604010013b6444
Octal3771333260100200473144104
Binary111111111011011110101100100000010000010011101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5bd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5bd6; }

 p { color: rgb(255,91,214); }

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

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

 a { background-color: rgb(255,91,214); }

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

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

 span { border-color: rgb(255,91,214); }

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