Html Css Color HEX #6540EA Neon Blue

📋 copy color: '#6540EA'

red 101 ◦ green 64 ◦ blue 234

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

Shades of Neon Blue #6540EA

Tints of Neon Blue #6540EA

RGB

 RED value IS 101 (39.84% from 255) = 25.31%

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

 BLUE value IS 234 (91.8% from 255) = 58.65%

R = 25.31%
G = 16.04%
B = 58.65%

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

#6540EA (or 0x6540EA) is known color: Neon Blue. HEX triplet: 65, 40 and EA. RGB value is (101,64,234). Sum of RGB (Red+Green+Blue) = 101+64+234=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #6540EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540EA is #9ABF15. Grayscale: #5D5D5D. Windows color (decimal): -10141462 or 15351909. OLE color: 15351909.

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

Color convert

RGB 101 64 234 -
CMYK 0.57 0.73 0 0.08
HSL 253.06º 0.8% 0.58% -
HSV(B) 253.06º 0.73% 0.92% -
XYZ 22.05 12.37 79.07 -
YUV 94.44 206.76 132.68 -
System Red Green Blue C M Y K H S L
Decimal 101 64 234 0.57 0.73 0 0.08 253.06 0.8 0.58
Hex 65 40 EA 39 49 0 8 FD 50 3A
Octal 145 100 352 71 111 0 10 375 120 72
Binary 1100101 1000000 11101010 111001 1001001 0 1000 11111101 1010000 111010

Color Harmonies of #6540EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540EA

Black with #6540EA

Text Example


Text Example

White with #6540EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6540EA;
 }
 .AnyTagClassName
 {
   color: #6540EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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