#6340EA

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

Shades of Neon Blue #6340EA

Tints of Neon Blue #6340EA

Color information

#6340EA (or 0x6340EA) is unknown color: approx Neon Blue. HEX triplet: 63, 40 and EA. RGB value is (99,64,234). Sum of RGB (Red+Green+Blue) = 99+64+234=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #6340EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6340EA is #9CBF15. Grayscale: #5D5D5D. Windows color (decimal): -10272534 or 15351907. OLE color: 15351907.

HSL color Cylindrical-coordinate representation of color #6340EA: hue angle of 252.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6340EA is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9964234-
CMYK0.580.7300.08
HSL252.35º80.19%58.43%-
HSV(B)252.35º72.65%91.76%-
XYZ21.8312.2679.06-
YUV93.84207.1131.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.94%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 234 (91.80% from 255) = 58.94%
R=24.94%
G=16.12%
B=58.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal99642340.580.7300.08252.3580.1958.43
Hex6340EA3A4908fc503a
Octal1431003527211101037412072
Binary1100011100000011101010111010100100101000111111001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6340EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6340EA; }

 p { color: rgb(99,64,234); }

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

<style>
 a { background-color: #6340EA; }

 a { background-color: rgb(99,64,234); }

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

<style>
 span { border-color: #6340EA; }

 span { border-color: rgb(99,64,234); }

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