Html Css Color HEX #6540F1 Neon Blue

📋 copy color: '#6540F1'

red 101 ◦ green 64 ◦ blue 241

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

Shades of Neon Blue #6540F1

Tints of Neon Blue #6540F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.36%

R = 24.88%
G = 15.76%
B = 59.36%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6540F1 (or 0x6540F1) is known color: Neon Blue. HEX triplet: 65, 40 and F1. RGB value is (101,64,241). Sum of RGB (Red+Green+Blue) = 101+64+241=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #6540F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540F1 is #9ABF0E. Grayscale: #5E5E5E. Windows color (decimal): -10141455 or 15810661. OLE color: 15810661.

HSL color Cylindrical-coordinate representation of color #6540F1: hue angle of 252.54º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6540F1 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 64 241 -
CMYK 0.58 0.73 0 0.05
HSL 252.54º 0.86% 0.6% -
HSV(B) 252.54º 0.73% 0.95% -
XYZ 23.08 12.78 84.47 -
YUV 95.24 210.26 132.11 -
System Red Green Blue C M Y K H S L
Decimal 101 64 241 0.58 0.73 0 0.05 252.54 0.86 0.6
Hex 65 40 F1 3A 49 0 5 FD 56 3C
Octal 145 100 361 72 111 0 5 375 126 74
Binary 1100101 1000000 11110001 111010 1001001 0 101 11111101 1010110 111100

Color Harmonies of #6540F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540F1

Black with #6540F1

Text Example


Text Example

White with #6540F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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