#615AED

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

Shades of Neon Blue #615AED

Tints of Neon Blue #615AED

Color information

#615AED (or 0x615AED) is unknown color: approx Neon Blue. HEX triplet: 61, 5A and ED. RGB value is (97,90,237). Sum of RGB (Red+Green+Blue) = 97+90+237=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #615AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615AED is #9EA512. Grayscale: #6C6C6C. Windows color (decimal): -10396947 or 15555169. OLE color: 15555169.

HSL color Cylindrical-coordinate representation of color #615AED: hue angle of 242.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #615AED is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9790237-
CMYK0.590.6200.07
HSL242.86º80.33%64.12%-
HSV(B)242.86º62.03%92.94%-
XYZ23.8715.9781.94-
YUV108.85200.32119.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 237 (92.97% from 255) = 55.90%
R=22.88%
G=21.23%
B=55.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal97902370.590.6200.07242.8680.3364.12
Hex615AED3B3E07f35040
Octal141132355737607363120100
Binary110000110110101110110111101111111001111111001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615AED; }

 p { color: rgb(97,90,237); }

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

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

 a { background-color: rgb(97,90,237); }

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

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

 span { border-color: rgb(97,90,237); }

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