Html Css Color HEX #6440EB Neon Blue

📋 copy color: '#6440EB'

red 100 ◦ green 64 ◦ blue 235

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

Shades of Neon Blue #6440EB

Tints of Neon Blue #6440EB

RGB

 RED value IS 100 (39.45% from 255) = 25.06%

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

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

R = 25.06%
G = 16.04%
B = 58.9%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6440EB (or 0x6440EB) is known color: Neon Blue. HEX triplet: 64, 40 and EB. RGB value is (100,64,235). Sum of RGB (Red+Green+Blue) = 100+64+235=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #6440EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6440EB is #9BBF14. Grayscale: #5D5D5D. Windows color (decimal): -10206997 or 15417444. OLE color: 15417444.

HSL color Cylindrical-coordinate representation of color #6440EB: hue angle of 252.63º 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 #6440EB is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 64 235 -
CMYK 0.57 0.73 0 0.08
HSL 252.63º 0.81% 0.59% -
HSV(B) 252.63º 0.73% 0.92% -
XYZ 22.08 12.37 79.82 -
YUV 94.26 207.43 132.1 -
System Red Green Blue C M Y K H S L
Decimal 100 64 235 0.57 0.73 0 0.08 252.63 0.81 0.59
Hex 64 40 EB 39 49 0 8 FD 51 3B
Octal 144 100 353 71 111 0 10 375 121 73
Binary 1100100 1000000 11101011 111001 1001001 0 1000 11111101 1010001 111011

Color Harmonies of #6440EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6440EB

Black with #6440EB

Text Example


Text Example

White with #6440EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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