#ff5bca

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

Shades of Neon Pink #FF5BCA

Tints of Neon Pink #FF5BCA

Color information

#FF5BCA (or 0xFF5BCA) is unknown color: approx Neon Pink. HEX triplet: FF, 5B and CA. RGB value is (255,91,202). Sum of RGB (Red+Green+Blue) = 255+91+202=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 91 (35.94% from 255 or 16.61% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BCA is #00A435. Grayscale: #989898. Windows color (decimal): -42038 or 13261823. OLE color: 13261823.

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

Color convert

RGB25591202-
CMYK00.640.210
HSL319.39º100%67.84%-
HSV(B)319.39º64.31%100%-
XYZ55.6433.0159.32-
YUV152.69155.83200.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 91 (35.94% from 255) = 16.61%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=46.53%
G=16.61%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559120200.640.210319.3910067.84
HexFF5BCA04015013f6444
Octal3771333120100250477144104
Binary111111111011011110010100100000010101010011111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5bca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5bca; }

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

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

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

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

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

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

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

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