#6041F0

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

Shades of Neon Blue #6041F0

Tints of Neon Blue #6041F0

Color information

#6041F0 (or 0x6041F0) is unknown color: approx Neon Blue. HEX triplet: 60, 41 and F0. RGB value is (96,65,240). Sum of RGB (Red+Green+Blue) = 96+65+240=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 240 (94.14% from 255 or 59.85% from 401); Max value from RGB is 240 - color contains mainly: blue. Hex color #6041F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6041F0 is #9FBE0F. Grayscale: #5D5D5D. Windows color (decimal): -10468880 or 15745376. OLE color: 15745376.

HSL color Cylindrical-coordinate representation of color #6041F0: hue angle of 250.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6041F0 is Cyan = 0.6, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9665240-
CMYK0.60.7300.06
HSL250.63º85.37%59.8%-
HSV(B)250.63º72.92%94.12%-
XYZ22.4412.5683.68-
YUV94.22210.27129.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 240 (94.14% from 255) = 59.85%
R=23.94%
G=16.21%
B=59.85%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96652400.60.7300.06250.6385.3759.8
Hex6041F03C4906fb553c
Octal140101360741110637312574
Binary110000010000011111000011110010010010110111110111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6041F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6041F0; }

 p { color: rgb(96,65,240); }

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

<style>
 a { background-color: #6041F0; }

 a { background-color: rgb(96,65,240); }

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

<style>
 span { border-color: #6041F0; }

 span { border-color: rgb(96,65,240); }

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