#5744ED

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

Shades of Neon Blue #5744ED

Tints of Neon Blue #5744ED

Color information

#5744ED (or 0x5744ED) is unknown color: approx Neon Blue. HEX triplet: 57, 44 and ED. RGB value is (87,68,237). Sum of RGB (Red+Green+Blue) = 87+68+237=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #5744ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5744ED is #A8BB12. Grayscale: #5C5C5C. Windows color (decimal): -11057939 or 15549527. OLE color: 15549527.

HSL color Cylindrical-coordinate representation of color #5744ED: hue angle of 246.75º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5744ED is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8768237-
CMYK0.630.7100.07
HSL246.75º82.44%59.8%-
HSV(B)246.75º71.31%92.94%-
XYZ21.2812.2781.37-
YUV92.95209.29123.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.19%
GREEN value IS 68 (26.95% from 255) = 17.35%
BLUE value IS 237 (92.97% from 255) = 60.46%
R=22.19%
G=17.35%
B=60.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal87682370.630.7100.07246.7582.4459.8
Hex5744ED3F4707f7523c
Octal127104355771070736712274
Binary101011110001001110110111111110001110111111101111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5744ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5744ED; }

 p { color: rgb(87,68,237); }

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

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

 a { background-color: rgb(87,68,237); }

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

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

 span { border-color: rgb(87,68,237); }

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