Html Css Color HEX #6740EB Neon Blue

📋 copy color: '#6740EB'

red 103 ◦ green 64 ◦ blue 235

#6740EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #6740EB

Tints of Neon Blue #6740EB

RGB

 RED value IS 103 (40.63% from 255) = 25.62%

 GREEN value IS 64 (25.39% from 255) = 15.92%

 BLUE value IS 235 (92.19% from 255) = 58.46%

R = 25.62%
G = 15.92%
B = 58.46%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6740EB (or 0x6740EB) is known color: Neon Blue. HEX triplet: 67, 40 and EB. RGB value is (103,64,235). Sum of RGB (Red+Green+Blue) = 103+64+235=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #6740EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6740EB is #98BF14. Grayscale: #5E5E5E. Windows color (decimal): -10010389 or 15417447. OLE color: 15417447.

HSL color Cylindrical-coordinate representation of color #6740EB: hue angle of 253.68º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6740EB is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 64 235 -
CMYK 0.56 0.73 0 0.08
HSL 253.68º 0.81% 0.59% -
HSV(B) 253.68º 0.73% 0.92% -
XYZ 22.42 12.55 79.84 -
YUV 95.16 206.92 133.6 -
System Red Green Blue C M Y K H S L
Decimal 103 64 235 0.56 0.73 0 0.08 253.68 0.81 0.59
Hex 67 40 EB 38 49 0 8 FE 51 3B
Octal 147 100 353 70 111 0 10 376 121 73
Binary 1100111 1000000 11101011 111000 1001001 0 1000 11111110 1010001 111011

Color Harmonies of #6740EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6740EB

Black with #6740EB

Text Example


Text Example

White with #6740EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6740EB; }

 p { color: rgb(103,64,235); }

 H1.HeaderClassName
 {
   color: #6740EB;
 }
 .AnyTagClassName
 {
   color: #6740EB;
 }
</style>

background-color css

<style>
 a { background-color: #6740EB; }

 a { background-color: rgb(103,64,235); }

 div.DivClassName
 {
   background-color: #6740EB;
 }
 .BgClassName
 {
   background-color: #6740EB;
 }
</style>

border-color css

<style>
 span { border-color: #6740EB; }

 span { border-color: rgb(103,64,235); }

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