#5D57F2

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

Shades of Neon Blue #5D57F2

Tints of Neon Blue #5D57F2

Color information

#5D57F2 (or 0x5D57F2) is unknown color: approx Neon Blue. HEX triplet: 5D, 57 and F2. RGB value is (93,87,242). Sum of RGB (Red+Green+Blue) = 93+87+242=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #5D57F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D57F2 is #A2A80D. Grayscale: #696969. Windows color (decimal): -10659854 or 15882077. OLE color: 15882077.

HSL color Cylindrical-coordinate representation of color #5D57F2: hue angle of 242.32º degrees, saturation: 0.86, 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 #5D57F2 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9387242-
CMYK0.620.6400.05
HSL242.32º85.64%64.51%-
HSV(B)242.32º64.05%94.9%-
XYZ23.9515.5585.74-
YUV106.46204.49118.4-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.04%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 242 (94.92% from 255) = 57.35%
R=22.04%
G=20.62%
B=57.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal93872420.620.6400.05242.3285.6464.51
Hex5D57F23E4005f25641
Octal1351273627610005362126101
Binary1011101101011111110010111110100000001011111001010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D57F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,87,242); }

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

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

 a { background-color: rgb(93,87,242); }

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

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

 span { border-color: rgb(93,87,242); }

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