#6037FF

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

Shades of Neon Blue #6037FF

Tints of Neon Blue #6037FF

Color information

#6037FF (or 0x6037FF) is unknown color: approx Neon Blue. HEX triplet: 60, 37 and FF. RGB value is (96,55,255). Sum of RGB (Red+Green+Blue) = 96+55+255=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #6037FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6037FF is #9FC800. Grayscale: #595959. Windows color (decimal): -10471425 or 16725856. OLE color: 16725856.

HSL color Cylindrical-coordinate representation of color #6037FF: hue angle of 252.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6037FF is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9655255-
CMYK0.620.7800
HSL252.3º100%60.78%-
HSV(B)252.3º78.43%100%-
XYZ24.2412.4495.73-
YUV90.06221.08132.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 55 (21.88% from 255) = 13.55%
BLUE value IS 255 (100% from 255) = 62.81%
R=23.65%
G=13.55%
B=62.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal96552550.620.7800252.310060.78
Hex6037FF3E4E00fc643d
Octal14067377761160037414475
Binary110000011011111111111111110100111000111111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6037FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6037FF; }

 p { color: rgb(96,55,255); }

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

<style>
 a { background-color: #6037FF; }

 a { background-color: rgb(96,55,255); }

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

<style>
 span { border-color: #6037FF; }

 span { border-color: rgb(96,55,255); }

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