#6B40FF

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

Shades of Neon Blue #6B40FF

Tints of Neon Blue #6B40FF

Color information

#6B40FF (or 0x6B40FF) is unknown color: approx Neon Blue. HEX triplet: 6B, 40 and FF. RGB value is (107,64,255). Sum of RGB (Red+Green+Blue) = 107+64+255=426 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.12% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B40FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B40FF is #94BF00. Grayscale: #616161. Windows color (decimal): -9748225 or 16728171. OLE color: 16728171.

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

Color convert

RGB10764255-
CMYK0.580.7500
HSL253.51º100%62.55%-
HSV(B)253.51º74.9%100%-
XYZ25.9514.0195.94-
YUV98.63216.25133.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.12%
GREEN value IS 64 (25.39% from 255) = 15.02%
BLUE value IS 255 (100% from 255) = 59.86%
R=25.12%
G=15.02%
B=59.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal107642550.580.7500253.5110062.55
Hex6B40FF3A4B00fe643f
Octal153100377721130037614477
Binary1101011100000011111111111010100101100111111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,255); }

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

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

 a { background-color: rgb(107,64,255); }

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

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

 span { border-color: rgb(107,64,255); }

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