#6745EF

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

Shades of Neon Blue #6745EF

Tints of Neon Blue #6745EF

Color information

#6745EF (or 0x6745EF) is unknown color: approx Neon Blue. HEX triplet: 67, 45 and EF. RGB value is (103,69,239). Sum of RGB (Red+Green+Blue) = 103+69+239=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #6745EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6745EF is #98BA10. Grayscale: #616161. Windows color (decimal): -10009105 or 15680871. OLE color: 15680871.

HSL color Cylindrical-coordinate representation of color #6745EF: hue angle of 252º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6745EF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10369239-
CMYK0.570.7100.06
HSL252º84.16%60.39%-
HSV(B)252º71.13%93.73%-
XYZ23.313.3783.01-
YUV98.55207.26131.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.06%
GREEN value IS 69 (27.34% from 255) = 16.79%
BLUE value IS 239 (93.75% from 255) = 58.15%
R=25.06%
G=16.79%
B=58.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal103692390.570.7100.0625284.1660.39
Hex6745EF394706fc543c
Octal147105357711070637412474
Binary110011110001011110111111100110001110110111111001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6745EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6745EF; }

 p { color: rgb(103,69,239); }

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

<style>
 a { background-color: #6745EF; }

 a { background-color: rgb(103,69,239); }

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

<style>
 span { border-color: #6745EF; }

 span { border-color: rgb(103,69,239); }

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