#5B57F3

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

Shades of Neon Blue #5B57F3

Tints of Neon Blue #5B57F3

Color information

#5B57F3 (or 0x5B57F3) is unknown color: approx Neon Blue. HEX triplet: 5B, 57 and F3. RGB value is (91,87,243). Sum of RGB (Red+Green+Blue) = 91+87+243=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 243 (95.31% from 255 or 57.72% from 421); Max value from RGB is 243 - color contains mainly: blue. Hex color #5B57F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B57F3 is #A4A80C. Grayscale: #696969. Windows color (decimal): -10790925 or 15947611. OLE color: 15947611.

HSL color Cylindrical-coordinate representation of color #5B57F3: hue angle of 241.54º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B57F3 is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9187243-
CMYK0.630.6400.05
HSL241.54º86.67%64.71%-
HSV(B)241.54º64.2%95.29%-
XYZ23.915.5186.53-
YUV105.98205.33117.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.62%
GREEN value IS 87 (34.38% from 255) = 20.67%
BLUE value IS 243 (95.31% from 255) = 57.72%
R=21.62%
G=20.67%
B=57.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal91872430.630.6400.05241.5486.6764.71
Hex5B57F33F4005f25741
Octal1331273637710005362127101
Binary1011011101011111110011111111100000001011111001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B57F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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