Html Css Color HEX #6E3CFA Neon Blue

📋 copy color: '#6E3CFA'

red 110 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #6E3CFA

Tints of Neon Blue #6E3CFA

RGB

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

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

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

R = 26.19%
G = 14.29%
B = 59.52%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E3CFA (or 0x6E3CFA) is known color: Neon Blue. HEX triplet: 6E, 3C and FA. RGB value is (110,60,250). Sum of RGB (Red+Green+Blue) = 110+60+250=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E3CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3CFA is #91C305. Grayscale: #5F5F5F. Windows color (decimal): -9552646 or 16399470. OLE color: 16399470.

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

Color convert

RGB 110 60 250 -
CMYK 0.56 0.76 0 0.02
HSL 255.79º 0.95% 0.61% -
HSV(B) 255.79º 0.76% 0.98% -
XYZ 25.3 13.45 91.7 -
YUV 96.61 214.57 137.55 -
System Red Green Blue C M Y K H S L
Decimal 110 60 250 0.56 0.76 0 0.02 255.79 0.95 0.61
Hex 6E 3C FA 38 4C 0 2 100 5F 3D
Octal 156 74 372 70 114 0 2 400 137 75
Binary 1101110 111100 11111010 111000 1001100 0 10 100000000 1011111 111101

Color Harmonies of #6E3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3CFA

Black with #6E3CFA

Text Example


Text Example

White with #6E3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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