#6145E8

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

Shades of Neon Blue #6145E8

Tints of Neon Blue #6145E8

Color information

#6145E8 (or 0x6145E8) is unknown color: approx Neon Blue. HEX triplet: 61, 45 and E8. RGB value is (97,69,232). Sum of RGB (Red+Green+Blue) = 97+69+232=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 232 (91.02% from 255 or 58.29% from 398); Max value from RGB is 232 - color contains mainly: blue. Hex color #6145E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6145E8 is #9EBA17. Grayscale: #5F5F5F. Windows color (decimal): -10402328 or 15222113. OLE color: 15222113.

HSL color Cylindrical-coordinate representation of color #6145E8: hue angle of 250.31º degrees, saturation: 0.78, 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 #6145E8 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9769232-
CMYK0.580.7000.09
HSL250.31º77.99%59.02%-
HSV(B)250.31º70.26%90.98%-
XYZ21.6212.6277.64-
YUV95.95204.78128.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 69 (27.34% from 255) = 17.34%
BLUE value IS 232 (91.02% from 255) = 58.29%
R=24.37%
G=17.34%
B=58.29%

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
Decimal97692320.580.7000.09250.3177.9959.02
Hex6145E83A4609fa4e3b
Octal1411053507210601137211673
Binary1100001100010111101000111010100011001001111110101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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