Html Css Color HEX #6D49FF Neon Blue

📋 copy color: '#6D49FF'

red 109 ◦ green 73 ◦ blue 255

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

Shades of Neon Blue #6D49FF

Tints of Neon Blue #6D49FF

RGB

 RED value IS 109 (42.97% from 255) = 24.94%

 GREEN value IS 73 (28.91% from 255) = 16.7%

 BLUE value IS 255 (100% from 255) = 58.35%

R = 24.94%
G = 16.7%
B = 58.35%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D49FF (or 0x6D49FF) is known color: Neon Blue. HEX triplet: 6D, 49 and FF. RGB value is (109,73,255). Sum of RGB (Red+Green+Blue) = 109+73+255=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D49FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D49FF is #92B600. Grayscale: #676767. Windows color (decimal): -9614849 or 16730477. OLE color: 16730477.

HSL color Cylindrical-coordinate representation of color #6D49FF: hue angle of 251.87º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D49FF is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 109 73 255 -
CMYK 0.57 0.71 0 0
HSL 251.87º 1% 0.64% -
HSV(B) 251.87º 0.71% 1% -
XYZ 26.74 15.24 96.14 -
YUV 104.51 212.93 131.2 -
System Red Green Blue C M Y K H S L
Decimal 109 73 255 0.57 0.71 0 0 251.87 1 0.64
Hex 6D 49 FF 39 47 0 0 FC 64 40
Octal 155 111 377 71 107 0 0 374 144 100
Binary 1101101 1001001 11111111 111001 1000111 0 0 11111100 1100100 1000000

Color Harmonies of #6D49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D49FF

Black with #6D49FF

Text Example


Text Example

White with #6D49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D49FF; }

 p { color: rgb(109,73,255); }

 H1.HeaderClassName
 {
   color: #6D49FF;
 }
 .AnyTagClassName
 {
   color: #6D49FF;
 }
</style>

background-color css

<style>
 a { background-color: #6D49FF; }

 a { background-color: rgb(109,73,255); }

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

border-color css

<style>
 span { border-color: #6D49FF; }

 span { border-color: rgb(109,73,255); }

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