#603AED

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

Shades of Neon Blue #603AED

Tints of Neon Blue #603AED

Color information

#603AED (or 0x603AED) is unknown color: approx Neon Blue. HEX triplet: 60, 3A and ED. RGB value is (96,58,237). Sum of RGB (Red+Green+Blue) = 96+58+237=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #603AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603AED is #9FC512. Grayscale: #595959. Windows color (decimal): -10470675 or 15546976. OLE color: 15546976.

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

Color convert

RGB9658237-
CMYK0.590.7600.07
HSL252.74º83.26%57.84%-
HSV(B)252.74º75.53%92.94%-
XYZ21.6211.6381.23-
YUV89.77211.09132.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.55%
GREEN value IS 58 (23.05% from 255) = 14.83%
BLUE value IS 237 (92.97% from 255) = 60.61%
R=24.55%
G=14.83%
B=60.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal96582370.590.7600.07252.7483.2657.84
Hex603AED3B4C07fd533a
Octal14072355731140737512372
Binary11000001110101110110111101110011000111111111011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,58,237); }

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

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

 a { background-color: rgb(96,58,237); }

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

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

 span { border-color: rgb(96,58,237); }

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