Html Css Color HEX #6E40FA Neon Blue

📋 copy color: '#6E40FA'

red 110 ◦ green 64 ◦ blue 250

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

Shades of Neon Blue #6E40FA

Tints of Neon Blue #6E40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.09%

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

R = 25.94%
G = 15.09%
B = 58.96%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E40FA (or 0x6E40FA) is known color: Neon Blue. HEX triplet: 6E, 40 and FA. RGB value is (110,64,250). Sum of RGB (Red+Green+Blue) = 110+64+250=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E40FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E40FA is #91BF05. Grayscale: #626262. Windows color (decimal): -9551622 or 16400494. OLE color: 16400494.

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

Color convert

RGB 110 64 250 -
CMYK 0.56 0.74 0 0.02
HSL 254.84º 0.95% 0.62% -
HSV(B) 254.84º 0.74% 0.98% -
XYZ 25.52 13.88 91.78 -
YUV 98.96 213.24 135.88 -
System Red Green Blue C M Y K H S L
Decimal 110 64 250 0.56 0.74 0 0.02 254.84 0.95 0.62
Hex 6E 40 FA 38 4A 0 2 FF 5F 3E
Octal 156 100 372 70 112 0 2 377 137 76
Binary 1101110 1000000 11111010 111000 1001010 0 10 11111111 1011111 111110

Color Harmonies of #6E40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E40FA

Black with #6E40FA

Text Example


Text Example

White with #6E40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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