Html Css Color HEX #6541EE Neon Blue

📋 copy color: '#6541EE'

red 101 ◦ green 65 ◦ blue 238

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

Shades of Neon Blue #6541EE

Tints of Neon Blue #6541EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

 BLUE value IS 238 (93.36% from 255) = 58.91%

R = 25%
G = 16.09%
B = 58.91%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6541EE (or 0x6541EE) is known color: Neon Blue. HEX triplet: 65, 41 and EE. RGB value is (101,65,238). Sum of RGB (Red+Green+Blue) = 101+65+238=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #6541EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6541EE is #9ABE11. Grayscale: #5E5E5E. Windows color (decimal): -10141202 or 15614309. OLE color: 15614309.

HSL color Cylindrical-coordinate representation of color #6541EE: hue angle of 252.49º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6541EE is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 65 238 -
CMYK 0.58 0.73 0 0.07
HSL 252.49º 0.84% 0.59% -
HSV(B) 252.49º 0.73% 0.93% -
XYZ 22.69 12.72 82.15 -
YUV 95.49 208.43 131.93 -
System Red Green Blue C M Y K H S L
Decimal 101 65 238 0.58 0.73 0 0.07 252.49 0.84 0.59
Hex 65 41 EE 3A 49 0 7 FC 54 3B
Octal 145 101 356 72 111 0 7 374 124 73
Binary 1100101 1000001 11101110 111010 1001001 0 111 11111100 1010100 111011

Color Harmonies of #6541EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541EE

Black with #6541EE

Text Example


Text Example

White with #6541EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6541EE; }

 p { color: rgb(101,65,238); }

 H1.HeaderClassName
 {
   color: #6541EE;
 }
 .AnyTagClassName
 {
   color: #6541EE;
 }
</style>

background-color css

<style>
 a { background-color: #6541EE; }

 a { background-color: rgb(101,65,238); }

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

border-color css

<style>
 span { border-color: #6541EE; }

 span { border-color: rgb(101,65,238); }

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