#6145E9

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

Shades of Neon Blue #6145E9

Tints of Neon Blue #6145E9

Color information

#6145E9 (or 0x6145E9) is unknown color: approx Neon Blue. HEX triplet: 61, 45 and E9. RGB value is (97,69,233). Sum of RGB (Red+Green+Blue) = 97+69+233=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 233 (91.41% from 255 or 58.40% from 399); Max value from RGB is 233 - color contains mainly: blue. Hex color #6145E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6145E9 is #9EBA16. Grayscale: #5F5F5F. Windows color (decimal): -10402327 or 15287649. OLE color: 15287649.

HSL color Cylindrical-coordinate representation of color #6145E9: hue angle of 250.24º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6145E9 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9769233-
CMYK0.580.7000.09
HSL250.24º78.85%59.22%-
HSV(B)250.24º70.39%91.37%-
XYZ21.7712.6878.39-
YUV96.07205.28128.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 233 (91.41% from 255) = 58.40%
R=24.31%
G=17.29%
B=58.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal97692330.580.7000.09250.2478.8559.22
Hex6145E93A4609fa4f3b
Octal1411053517210601137211773
Binary1100001100010111101001111010100011001001111110101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6145E9; }

 p { color: rgb(97,69,233); }

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

<style>
 a { background-color: #6145E9; }

 a { background-color: rgb(97,69,233); }

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

<style>
 span { border-color: #6145E9; }

 span { border-color: rgb(97,69,233); }

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