#5B57FD

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

Shades of Neon Blue #5B57FD

Tints of Neon Blue #5B57FD

Color information

#5B57FD (or 0x5B57FD) is unknown color: approx Neon Blue. HEX triplet: 5B, 57 and FD. RGB value is (91,87,253). Sum of RGB (Red+Green+Blue) = 91+87+253=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B57FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B57FD is #A4A802. Grayscale: #6A6A6A. Windows color (decimal): -10790915 or 16602971. OLE color: 16602971.

HSL color Cylindrical-coordinate representation of color #5B57FD: hue angle of 241.45º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B57FD is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9187253-
CMYK0.640.6600.01
HSL241.45º97.65%66.67%-
HSV(B)241.45º65.61%99.22%-
XYZ25.4516.1394.7-
YUV107.12210.33116.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.11%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 253 (99.22% from 255) = 58.70%
R=21.11%
G=20.19%
B=58.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal91872530.640.6600.01241.4597.6566.67
Hex5B57FD404201f16243
Octal13312737510010201361142103
Binary101101110101111111110110000001000010011111000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B57FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B57FD; }

 p { color: rgb(91,87,253); }

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

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

 a { background-color: rgb(91,87,253); }

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

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

 span { border-color: rgb(91,87,253); }

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