#6541F6

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

Shades of Neon Blue #6541F6

Tints of Neon Blue #6541F6

Color information

#6541F6 (or 0x6541F6) is unknown color: approx Neon Blue. HEX triplet: 65, 41 and F6. RGB value is (101,65,246). Sum of RGB (Red+Green+Blue) = 101+65+246=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 246 (96.48% from 255 or 59.71% from 412); Max value from RGB is 246 - color contains mainly: blue. Hex color #6541F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6541F6 is #9ABE09. Grayscale: #5F5F5F. Windows color (decimal): -10141194 or 16138597. OLE color: 16138597.

HSL color Cylindrical-coordinate representation of color #6541F6: hue angle of 251.93º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6541F6 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10165246-
CMYK0.590.7400.04
HSL251.93º90.95%60.98%-
HSV(B)251.93º73.58%96.47%-
XYZ23.8913.288.48-
YUV96.4212.43131.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 246 (96.48% from 255) = 59.71%
R=24.51%
G=15.78%
B=59.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal101652460.590.7400.04251.9390.9560.98
Hex6541F63B4A04fc5b3d
Octal145101366731120437413375
Binary110010110000011111011011101110010100100111111001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6541F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6541F6; }

 p { color: rgb(101,65,246); }

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

<style>
 a { background-color: #6541F6; }

 a { background-color: rgb(101,65,246); }

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

<style>
 span { border-color: #6541F6; }

 span { border-color: rgb(101,65,246); }

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