Html Css Color HEX #6D41FF Neon Blue

📋 copy color: '#6D41FF'

red 109 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #6D41FF

Tints of Neon Blue #6D41FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.15%

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

R = 25.41%
G = 15.15%
B = 59.44%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D41FF (or 0x6D41FF) is known color: Neon Blue. HEX triplet: 6D, 41 and FF. RGB value is (109,65,255). Sum of RGB (Red+Green+Blue) = 109+65+255=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D41FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D41FF is #92BE00. Grayscale: #636363. Windows color (decimal): -9616897 or 16728429. OLE color: 16728429.

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

Color convert

RGB 109 65 255 -
CMYK 0.57 0.75 0 0
HSL 253.89º 1% 0.63% -
HSV(B) 253.89º 0.75% 1% -
XYZ 26.25 14.25 95.98 -
YUV 99.82 215.58 134.55 -
System Red Green Blue C M Y K H S L
Decimal 109 65 255 0.57 0.75 0 0 253.89 1 0.63
Hex 6D 41 FF 39 4B 0 0 FE 64 3F
Octal 155 101 377 71 113 0 0 376 144 77
Binary 1101101 1000001 11111111 111001 1001011 0 0 11111110 1100100 111111

Color Harmonies of #6D41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D41FF

Black with #6D41FF

Text Example


Text Example

White with #6D41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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