#693EF0

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

Shades of Neon Blue #693EF0

Tints of Neon Blue #693EF0

Color information

#693EF0 (or 0x693EF0) is unknown color: approx Neon Blue. HEX triplet: 69, 3E and F0. RGB value is (105,62,240). Sum of RGB (Red+Green+Blue) = 105+62+240=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #693EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693EF0 is #96C10F. Grayscale: #5E5E5E. Windows color (decimal): -9879824 or 15744617. OLE color: 15744617.

HSL color Cylindrical-coordinate representation of color #693EF0: hue angle of 254.49º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #693EF0 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10562240-
CMYK0.560.7400.06
HSL254.49º85.58%59.22%-
HSV(B)254.49º74.17%94.12%-
XYZ23.2812.7483.67-
YUV95.15209.75135.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 62 (24.61% from 255) = 15.23%
BLUE value IS 240 (94.14% from 255) = 58.97%
R=25.80%
G=15.23%
B=58.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal105622400.560.7400.06254.4985.5859.22
Hex693EF0384A06fe563b
Octal15176360701120637612673
Binary11010011111101111000011100010010100110111111101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693EF0; }

 p { color: rgb(105,62,240); }

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

<style>
 a { background-color: #693EF0; }

 a { background-color: rgb(105,62,240); }

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

<style>
 span { border-color: #693EF0; }

 span { border-color: rgb(105,62,240); }

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