#6845F0

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

Shades of Neon Blue #6845F0

Tints of Neon Blue #6845F0

Color information

#6845F0 (or 0x6845F0) is unknown color: approx Neon Blue. HEX triplet: 68, 45 and F0. RGB value is (104,69,240). Sum of RGB (Red+Green+Blue) = 104+69+240=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #6845F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6845F0 is #97BA0F. Grayscale: #626262. Windows color (decimal): -9943568 or 15746408. OLE color: 15746408.

HSL color Cylindrical-coordinate representation of color #6845F0: hue angle of 252.28º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6845F0 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10469240-
CMYK0.570.7100.06
HSL252.28º85.07%60.59%-
HSV(B)252.28º71.25%94.12%-
XYZ23.5713.4983.8-
YUV98.96207.6131.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 240 (94.14% from 255) = 58.11%
R=25.18%
G=16.71%
B=58.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal104692400.570.7100.06252.2885.0760.59
Hex6845F0394706fc553d
Octal150105360711070637412575
Binary110100010001011111000011100110001110110111111001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6845F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6845F0; }

 p { color: rgb(104,69,240); }

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

<style>
 a { background-color: #6845F0; }

 a { background-color: rgb(104,69,240); }

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

<style>
 span { border-color: #6845F0; }

 span { border-color: rgb(104,69,240); }

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