#6E40FB

Color #6E40FB Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #6E40FB

Tints of Neon Blue #6E40FB

Color information

#6E40FB (or 0x6E40FB) is unknown color: approx Neon Blue. HEX triplet: 6E, 40 and FB. RGB value is (110,64,251). Sum of RGB (Red+Green+Blue) = 110+64+251=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E40FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E40FB is #91BF04. Grayscale: #626262. Windows color (decimal): -9551621 or 16466030. OLE color: 16466030.

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

Color convert

RGB11064251-
CMYK0.560.7500.02
HSL254.76º95.9%61.76%-
HSV(B)254.76º74.5%98.43%-
XYZ25.6813.9592.61-
YUV99.07213.74135.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.88%
GREEN value IS 64 (25.39% from 255) = 15.06%
BLUE value IS 251 (98.44% from 255) = 59.06%
R=25.88%
G=15.06%
B=59.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal110642510.560.7500.02254.7695.961.76
Hex6E40FB384B02ff603e
Octal156100373701130237714076
Binary11011101000000111110111110001001011010111111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E40FB;
 }
 .AnyTagClassName
 {
   color: #6E40FB;
 }
</style>
background-color css

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

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

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

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

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

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