Html Css Color HEX #6E3CFF Neon Blue

📋 copy color: '#6E3CFF'

red 110 ◦ green 60 ◦ blue 255

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

Shades of Neon Blue #6E3CFF

Tints of Neon Blue #6E3CFF

RGB

 RED value IS 110 (43.36% from 255) = 25.88%

 GREEN value IS 60 (23.83% from 255) = 14.12%

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

R = 25.88%
G = 14.12%
B = 60%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E3CFF (or 0x6E3CFF) is known color: Neon Blue. HEX triplet: 6E, 3C and FF. RGB value is (110,60,255). Sum of RGB (Red+Green+Blue) = 110+60+255=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 60 (23.83% from 255 or 14.12% 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 #6E3CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3CFF is #91C300. Grayscale: #606060. Windows color (decimal): -9552641 or 16727150. OLE color: 16727150.

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

Color convert

RGB 110 60 255 -
CMYK 0.57 0.76 0 0
HSL 255.38º 1% 0.62% -
HSV(B) 255.38º 0.76% 1% -
XYZ 26.1 13.77 95.89 -
YUV 97.18 217.07 137.14 -
System Red Green Blue C M Y K H S L
Decimal 110 60 255 0.57 0.76 0 0 255.38 1 0.62
Hex 6E 3C FF 39 4C 0 0 FF 64 3E
Octal 156 74 377 71 114 0 0 377 144 76
Binary 1101110 111100 11111111 111001 1001100 0 0 11111111 1100100 111110

Color Harmonies of #6E3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3CFF

Black with #6E3CFF

Text Example


Text Example

White with #6E3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,60,255); }

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

background-color css

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

 a { background-color: rgb(110,60,255); }

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

border-color css

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

 span { border-color: rgb(110,60,255); }

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