#693FEF

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

Shades of Neon Blue #693FEF

Tints of Neon Blue #693FEF

Color information

#693FEF (or 0x693FEF) is unknown color: approx Neon Blue. HEX triplet: 69, 3F and EF. RGB value is (105,63,239). Sum of RGB (Red+Green+Blue) = 105+63+239=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #693FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693FEF is #96C010. Grayscale: #5E5E5E. Windows color (decimal): -9879569 or 15679337. OLE color: 15679337.

HSL color Cylindrical-coordinate representation of color #693FEF: hue angle of 254.32º degrees, saturation: 0.85, 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 #693FEF is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10563239-
CMYK0.560.7400.06
HSL254.32º84.62%59.22%-
HSV(B)254.32º73.64%93.73%-
XYZ23.1812.7982.91-
YUV95.62208.91134.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 63 (25% from 255) = 15.48%
BLUE value IS 239 (93.75% from 255) = 58.72%
R=25.80%
G=15.48%
B=58.72%

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
Decimal105632390.560.7400.06254.3284.6259.22
Hex693FEF384A06fe553b
Octal15177357701120637612573
Binary11010011111111110111111100010010100110111111101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,63,239); }

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

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

 a { background-color: rgb(105,63,239); }

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

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

 span { border-color: rgb(105,63,239); }

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