#603BEB

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

Shades of Neon Blue #603BEB

Tints of Neon Blue #603BEB

Color information

#603BEB (or 0x603BEB) is unknown color: approx Neon Blue. HEX triplet: 60, 3B and EB. RGB value is (96,59,235). Sum of RGB (Red+Green+Blue) = 96+59+235=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #603BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603BEB is #9FC414. Grayscale: #595959. Windows color (decimal): -10470421 or 15416160. OLE color: 15416160.

HSL color Cylindrical-coordinate representation of color #603BEB: hue angle of 252.61º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603BEB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9659235-
CMYK0.590.7500.08
HSL252.61º81.48%57.65%-
HSV(B)252.61º74.89%92.16%-
XYZ21.3811.6179.71-
YUV90.13209.76132.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.62%
GREEN value IS 59 (23.44% from 255) = 15.13%
BLUE value IS 235 (92.19% from 255) = 60.26%
R=24.62%
G=15.13%
B=60.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal96592350.590.7500.08252.6181.4857.65
Hex603BEB3B4B08fd513a
Octal140733537311301037512172
Binary110000011101111101011111011100101101000111111011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,59,235); }

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

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

 a { background-color: rgb(96,59,235); }

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

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

 span { border-color: rgb(96,59,235); }

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