Html Css Color HEX #6D44FD Neon Blue

📋 copy color: '#6D44FD'

red 109 ◦ green 68 ◦ blue 253

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

Shades of Neon Blue #6D44FD

Tints of Neon Blue #6D44FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 25.35%
G = 15.81%
B = 58.84%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D44FD (or 0x6D44FD) is known color: Neon Blue. HEX triplet: 6D, 44 and FD. RGB value is (109,68,253). Sum of RGB (Red+Green+Blue) = 109+68+253=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D44FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D44FD is #92BB02. Grayscale: #646464. Windows color (decimal): -9616131 or 16598125. OLE color: 16598125.

HSL color Cylindrical-coordinate representation of color #6D44FD: hue angle of 253.3º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D44FD is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 68 253 -
CMYK 0.57 0.73 0 0.01
HSL 253.3º 0.98% 0.63% -
HSV(B) 253.3º 0.73% 0.99% -
XYZ 26.1 14.48 94.35 -
YUV 101.35 213.58 133.46 -
System Red Green Blue C M Y K H S L
Decimal 109 68 253 0.57 0.73 0 0.01 253.3 0.98 0.63
Hex 6D 44 FD 39 49 0 1 FD 62 3F
Octal 155 104 375 71 111 0 1 375 142 77
Binary 1101101 1000100 11111101 111001 1001001 0 1 11111101 1100010 111111

Color Harmonies of #6D44FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D44FD

Black with #6D44FD

Text Example


Text Example

White with #6D44FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,68,253); }

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

background-color css

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

 a { background-color: rgb(109,68,253); }

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

border-color css

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

 span { border-color: rgb(109,68,253); }

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