Html Css Color HEX #6541EC Neon Blue

📋 copy color: '#6541EC'

red 101 ◦ green 65 ◦ blue 236

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

Shades of Neon Blue #6541EC

Tints of Neon Blue #6541EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 25.12%
G = 16.17%
B = 58.71%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6541EC (or 0x6541EC) is known color: Neon Blue. HEX triplet: 65, 41 and EC. RGB value is (101,65,236). Sum of RGB (Red+Green+Blue) = 101+65+236=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #6541EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6541EC is #9ABE13. Grayscale: #5E5E5E. Windows color (decimal): -10141204 or 15483237. OLE color: 15483237.

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

Color convert

RGB 101 65 236 -
CMYK 0.57 0.72 0 0.07
HSL 252.63º 0.82% 0.59% -
HSV(B) 252.63º 0.72% 0.93% -
XYZ 22.4 12.6 80.61 -
YUV 95.26 207.43 132.1 -
System Red Green Blue C M Y K H S L
Decimal 101 65 236 0.57 0.72 0 0.07 252.63 0.82 0.59
Hex 65 41 EC 39 48 0 7 FD 52 3B
Octal 145 101 354 71 110 0 7 375 122 73
Binary 1100101 1000001 11101100 111001 1001000 0 111 11111101 1010010 111011

Color Harmonies of #6541EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541EC

Black with #6541EC

Text Example


Text Example

White with #6541EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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