#6B4CFE

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

Shades of Neon Blue #6B4CFE

Tints of Neon Blue #6B4CFE

Color information

#6B4CFE (or 0x6B4CFE) is unknown color: approx Neon Blue. HEX triplet: 6B, 4C and FE. RGB value is (107,76,254). Sum of RGB (Red+Green+Blue) = 107+76+254=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B4CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B4CFE is #94B301. Grayscale: #686868. Windows color (decimal): -9745154 or 16665707. OLE color: 16665707.

HSL color Cylindrical-coordinate representation of color #6B4CFE: hue angle of 250.45º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B4CFE is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10776254-
CMYK0.580.7000.00
HSL250.45º98.89%64.71%-
HSV(B)250.45º70.08%99.61%-
XYZ26.5415.4595.35-
YUV105.56211.77129.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.49%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 254 (99.61% from 255) = 58.12%
R=24.49%
G=17.39%
B=58.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal107762540.580.7000.00250.4598.8964.71
Hex6B4CFE3A4600fa6341
Octal1531143767210600372143101
Binary11010111001100111111101110101000110001111101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,76,254); }

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

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

 a { background-color: rgb(107,76,254); }

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

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

 span { border-color: rgb(107,76,254); }

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