#6059EA

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

Shades of Neon Blue #6059EA

Tints of Neon Blue #6059EA

Color information

#6059EA (or 0x6059EA) is unknown color: approx Neon Blue. HEX triplet: 60, 59 and EA. RGB value is (96,89,234). Sum of RGB (Red+Green+Blue) = 96+89+234=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #6059EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6059EA is #9FA615. Grayscale: #6B6B6B. Windows color (decimal): -10462742 or 15358304. OLE color: 15358304.

HSL color Cylindrical-coordinate representation of color #6059EA: hue angle of 242.9º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6059EA is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9689234-
CMYK0.590.6200.08
HSL242.9º77.54%63.33%-
HSV(B)242.9º61.97%91.76%-
XYZ23.2515.5779.62-
YUV107.62199.32119.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 89 (35.16% from 255) = 21.24%
BLUE value IS 234 (91.80% from 255) = 55.85%
R=22.91%
G=21.24%
B=55.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal96892340.590.6200.08242.977.5463.33
Hex6059EA3B3E08f34e3f
Octal140131352737601036311677
Binary110000010110011110101011101111111001000111100111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6059EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6059EA; }

 p { color: rgb(96,89,234); }

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

<style>
 a { background-color: #6059EA; }

 a { background-color: rgb(96,89,234); }

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

<style>
 span { border-color: #6059EA; }

 span { border-color: rgb(96,89,234); }

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