#693AFA

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

Shades of Neon Blue #693AFA

Tints of Neon Blue #693AFA

Color information

#693AFA (or 0x693AFA) is unknown color: approx Neon Blue. HEX triplet: 69, 3A and FA. RGB value is (105,58,250). Sum of RGB (Red+Green+Blue) = 105+58+250=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #693AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693AFA is #96C505. Grayscale: #5D5D5D. Windows color (decimal): -9880838 or 16398953. OLE color: 16398953.

HSL color Cylindrical-coordinate representation of color #693AFA: hue angle of 254.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #693AFA is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10558250-
CMYK0.580.7700.02
HSL254.69º95.05%60.39%-
HSV(B)254.69º76.8%98.04%-
XYZ24.5912.9391.64-
YUV93.94216.07135.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 58 (23.05% from 255) = 14.04%
BLUE value IS 250 (98.05% from 255) = 60.53%
R=25.42%
G=14.04%
B=60.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal105582500.580.7700.02254.6995.0560.39
Hex693AFA3A4D02ff5f3c
Octal15172372721150237713774
Binary1101001111010111110101110101001101010111111111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,58,250); }

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

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

 a { background-color: rgb(105,58,250); }

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

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

 span { border-color: rgb(105,58,250); }

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