#6842F3

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

Shades of Neon Blue #6842F3

Tints of Neon Blue #6842F3

Color information

#6842F3 (or 0x6842F3) is unknown color: approx Neon Blue. HEX triplet: 68, 42 and F3. RGB value is (104,66,243). Sum of RGB (Red+Green+Blue) = 104+66+243=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #6842F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6842F3 is #97BD0C. Grayscale: #606060. Windows color (decimal): -9944333 or 15942248. OLE color: 15942248.

HSL color Cylindrical-coordinate representation of color #6842F3: hue angle of 252.88º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6842F3 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10466243-
CMYK0.570.7300.05
HSL252.88º88.06%60.59%-
HSV(B)252.88º72.84%95.29%-
XYZ23.8313.3186.11-
YUV97.54210.09132.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.18%
GREEN value IS 66 (26.17% from 255) = 15.98%
BLUE value IS 243 (95.31% from 255) = 58.84%
R=25.18%
G=15.98%
B=58.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal104662430.570.7300.05252.8888.0660.59
Hex6842F3394905fd583d
Octal150102363711110537513075
Binary110100010000101111001111100110010010101111111011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6842F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6842F3; }

 p { color: rgb(104,66,243); }

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

<style>
 a { background-color: #6842F3; }

 a { background-color: rgb(104,66,243); }

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

<style>
 span { border-color: #6842F3; }

 span { border-color: rgb(104,66,243); }

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