#6059F8

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

Shades of Neon Blue #6059F8

Tints of Neon Blue #6059F8

Color information

#6059F8 (or 0x6059F8) is unknown color: approx Neon Blue. HEX triplet: 60, 59 and F8. RGB value is (96,89,248). Sum of RGB (Red+Green+Blue) = 96+89+248=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 248 (97.27% from 255 or 57.27% from 433); Max value from RGB is 248 - color contains mainly: blue. Hex color #6059F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6059F8 is #9FA607. Grayscale: #6C6C6C. Windows color (decimal): -10462728 or 16275808. OLE color: 16275808.

HSL color Cylindrical-coordinate representation of color #6059F8: hue angle of 242.64º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6059F8 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9689248-
CMYK0.610.6400.03
HSL242.64º91.91%66.08%-
HSV(B)242.64º64.11%97.25%-
XYZ25.3416.4190.64-
YUV109.22206.32118.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 248 (97.27% from 255) = 57.27%
R=22.17%
G=20.55%
B=57.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal96892480.610.6400.03242.6491.9166.08
Hex6059F83D4003f35c42
Octal1401313707510003363134102
Binary110000010110011111100011110110000000111111001110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6059F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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