#603EED

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

Shades of Neon Blue #603EED

Tints of Neon Blue #603EED

Color information

#603EED (or 0x603EED) is unknown color: approx Neon Blue. HEX triplet: 60, 3E and ED. RGB value is (96,62,237). Sum of RGB (Red+Green+Blue) = 96+62+237=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #603EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EED is #9FC112. Grayscale: #5B5B5B. Windows color (decimal): -10469651 or 15548000. OLE color: 15548000.

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

Color convert

RGB9662237-
CMYK0.590.7400.07
HSL251.66º82.94%58.63%-
HSV(B)251.66º73.84%92.94%-
XYZ21.8312.0581.3-
YUV92.12209.76130.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 62 (24.61% from 255) = 15.70%
BLUE value IS 237 (92.97% from 255) = 60%
R=24.30%
G=15.70%
B=60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal96622370.590.7400.07251.6682.9458.63
Hex603EED3B4A07fc533b
Octal14076355731120737412373
Binary11000001111101110110111101110010100111111111001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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