Html Css Color HEX #6C41FF Neon Blue

📋 copy color: '#6C41FF'

red 108 ◦ green 65 ◦ blue 255

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

Shades of Neon Blue #6C41FF

Tints of Neon Blue #6C41FF

RGB

 RED value IS 108 (42.58% from 255) = 25.23%

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

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

R = 25.23%
G = 15.19%
B = 59.58%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6C41FF (or 0x6C41FF) is known color: Neon Blue. HEX triplet: 6C, 41 and FF. RGB value is (108,65,255). Sum of RGB (Red+Green+Blue) = 108+65+255=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C41FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C41FF is #93BE00. Grayscale: #626262. Windows color (decimal): -9682433 or 16728428. OLE color: 16728428.

HSL color Cylindrical-coordinate representation of color #6C41FF: hue angle of 253.58º 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 #6C41FF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 108 65 255 -
CMYK 0.58 0.75 0 0
HSL 253.58º 1% 0.63% -
HSV(B) 253.58º 0.75% 1% -
XYZ 26.12 14.19 95.97 -
YUV 99.52 215.75 134.05 -
System Red Green Blue C M Y K H S L
Decimal 108 65 255 0.58 0.75 0 0 253.58 1 0.63
Hex 6C 41 FF 3A 4B 0 0 FE 64 3F
Octal 154 101 377 72 113 0 0 376 144 77
Binary 1101100 1000001 11111111 111010 1001011 0 0 11111110 1100100 111111

Color Harmonies of #6C41FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C41FF

Black with #6C41FF

Text Example


Text Example

White with #6C41FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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