Html Css Color HEX #6540F9 Neon Blue

📋 copy color: '#6540F9'

red 101 ◦ green 64 ◦ blue 249

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

Shades of Neon Blue #6540F9

Tints of Neon Blue #6540F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.14%

R = 24.4%
G = 15.46%
B = 60.14%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6540F9 (or 0x6540F9) is known color: Neon Blue. HEX triplet: 65, 40 and F9. RGB value is (101,64,249). Sum of RGB (Red+Green+Blue) = 101+64+249=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #6540F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6540F9 is #9ABF06. Grayscale: #5F5F5F. Windows color (decimal): -10141447 or 16334949. OLE color: 16334949.

HSL color Cylindrical-coordinate representation of color #6540F9: hue angle of 252º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6540F9 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 64 249 -
CMYK 0.59 0.74 0 0.02
HSL 252º 0.94% 0.61% -
HSV(B) 252º 0.74% 0.98% -
XYZ 24.3 13.27 90.9 -
YUV 96.15 214.26 131.46 -
System Red Green Blue C M Y K H S L
Decimal 101 64 249 0.59 0.74 0 0.02 252 0.94 0.61
Hex 65 40 F9 3B 4A 0 2 FC 5E 3D
Octal 145 100 371 73 112 0 2 374 136 75
Binary 1100101 1000000 11111001 111011 1001010 0 10 11111100 1011110 111101

Color Harmonies of #6540F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540F9

Black with #6540F9

Text Example


Text Example

White with #6540F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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