Html Css Color HEX #6C3EFF Neon Blue

📋 copy color: '#6C3EFF'

red 108 ◦ green 62 ◦ blue 255

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

Shades of Neon Blue #6C3EFF

Tints of Neon Blue #6C3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.59%

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

R = 25.41%
G = 14.59%
B = 60%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6C3EFF (or 0x6C3EFF) is known color: Neon Blue. HEX triplet: 6C, 3E and FF. RGB value is (108,62,255). Sum of RGB (Red+Green+Blue) = 108+62+255=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C3EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C3EFF is #93C100. Grayscale: #616161. Windows color (decimal): -9683201 or 16727660. OLE color: 16727660.

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

Color convert

RGB 108 62 255 -
CMYK 0.58 0.76 0 0
HSL 254.3º 1% 0.62% -
HSV(B) 254.3º 0.76% 1% -
XYZ 25.96 13.85 95.91 -
YUV 97.76 216.74 135.31 -
System Red Green Blue C M Y K H S L
Decimal 108 62 255 0.58 0.76 0 0 254.3 1 0.62
Hex 6C 3E FF 3A 4C 0 0 FE 64 3E
Octal 154 76 377 72 114 0 0 376 144 76
Binary 1101100 111110 11111111 111010 1001100 0 0 11111110 1100100 111110

Color Harmonies of #6C3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3EFF

Black with #6C3EFF

Text Example


Text Example

White with #6C3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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