Html Css Color HEX #6D44FA Neon Blue

📋 copy color: '#6D44FA'

red 109 ◦ green 68 ◦ blue 250

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

Shades of Neon Blue #6D44FA

Tints of Neon Blue #6D44FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.55%

R = 25.53%
G = 15.93%
B = 58.55%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D44FA (or 0x6D44FA) is known color: Neon Blue. HEX triplet: 6D, 44 and FA. RGB value is (109,68,250). Sum of RGB (Red+Green+Blue) = 109+68+250=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D44FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D44FA is #92BB05. Grayscale: #646464. Windows color (decimal): -9616134 or 16401517. OLE color: 16401517.

HSL color Cylindrical-coordinate representation of color #6D44FA: hue angle of 253.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D44FA is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 68 250 -
CMYK 0.56 0.73 0 0.02
HSL 253.52º 0.95% 0.62% -
HSV(B) 253.52º 0.73% 0.98% -
XYZ 25.63 14.29 91.85 -
YUV 101.01 212.08 133.7 -
System Red Green Blue C M Y K H S L
Decimal 109 68 250 0.56 0.73 0 0.02 253.52 0.95 0.62
Hex 6D 44 FA 38 49 0 2 FE 5F 3E
Octal 155 104 372 70 111 0 2 376 137 76
Binary 1101101 1000100 11111010 111000 1001001 0 10 11111110 1011111 111110

Color Harmonies of #6D44FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D44FA

Black with #6D44FA

Text Example


Text Example

White with #6D44FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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