#6543F1

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

Shades of Neon Blue #6543F1

Tints of Neon Blue #6543F1

Color information

#6543F1 (or 0x6543F1) is unknown color: approx Neon Blue. HEX triplet: 65, 43 and F1. RGB value is (101,67,241). Sum of RGB (Red+Green+Blue) = 101+67+241=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #6543F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6543F1 is #9ABC0E. Grayscale: #606060. Windows color (decimal): -10140687 or 15811429. OLE color: 15811429.

HSL color Cylindrical-coordinate representation of color #6543F1: hue angle of 251.72º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6543F1 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10167241-
CMYK0.580.7200.05
HSL251.72º86.14%60.39%-
HSV(B)251.72º72.2%94.51%-
XYZ23.2513.1384.53-
YUV97209.26130.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 67 (26.56% from 255) = 16.38%
BLUE value IS 241 (94.53% from 255) = 58.92%
R=24.69%
G=16.38%
B=58.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101672410.580.7200.05251.7286.1460.39
Hex6543F13A4805fc563c
Octal145103361721100537412674
Binary110010110000111111000111101010010000101111111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6543F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6543F1; }

 p { color: rgb(101,67,241); }

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

<style>
 a { background-color: #6543F1; }

 a { background-color: rgb(101,67,241); }

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

<style>
 span { border-color: #6543F1; }

 span { border-color: rgb(101,67,241); }

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